#3F60E8

Color #3F60E8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3F60E8

Tints of Royal Blue #3F60E8

Color information

#3F60E8 (or 0x3F60E8) is unknown color: approx Royal Blue. HEX triplet: 3F, 60 and E8. RGB value is (63,96,232). Sum of RGB (Red+Green+Blue) = 63+96+232=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 232 (91.02% from 255 or 59.34% from 391); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F60E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60E8 is #C09F17. Grayscale: #656565. Windows color (decimal): -12623640 or 15228991. OLE color: 15228991.

HSL color Cylindrical-coordinate representation of color #3F60E8: hue angle of 228.28º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F60E8 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6396232-
CMYK0.730.5900.09
HSL228.28º78.6%57.84%-
HSV(B)228.28º72.84%90.98%-
XYZ20.815.2578.19-
YUV101.64201.57100.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 96 (37.89% from 255) = 24.55%
BLUE value IS 232 (91.02% from 255) = 59.34%
R=16.11%
G=24.55%
B=59.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal63962320.730.5900.09228.2878.657.84
Hex3F60E8493B09e44f3a
Octal771403501117301134411772
Binary111111110000011101000100100111101101001111001001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F60E8; }

 p { color: rgb(63,96,232); }

 H1.HeaderClassName
 {
   color: #3F60E8;
 }
 .AnyTagClassName
 {
   color: #3F60E8;
 }
</style>
background-color css

<style>
 a { background-color: #3F60E8; }

 a { background-color: rgb(63,96,232); }

 div.DivClassName
 {
   background-color: #3F60E8;
 }
 .BgClassName
 {
   background-color: #3F60E8;
 }
</style>
border-color css

<style>
 span { border-color: #3F60E8; }

 span { border-color: rgb(63,96,232); }

 td.TdClassName
 {
   border-color: #3F60E8;
 }
 .TagClassName
 {
   border-color: #3F60E8;
 }
</style>