#3F6FE8

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

Shades of Royal Blue #3F6FE8

Tints of Royal Blue #3F6FE8

Color information

#3F6FE8 (or 0x3F6FE8) is unknown color: approx Royal Blue. HEX triplet: 3F, 6F and E8. RGB value is (63,111,232). Sum of RGB (Red+Green+Blue) = 63+111+232=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #3F6FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F6FE8 is #C09017. Grayscale: #6D6D6D. Windows color (decimal): -12619800 or 15232831. OLE color: 15232831.

HSL color Cylindrical-coordinate representation of color #3F6FE8: hue angle of 222.96º 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 #3F6FE8 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB63111232-
CMYK0.730.5200.09
HSL222.96º78.6%57.84%-
HSV(B)222.96º72.84%90.98%-
XYZ22.318.2578.69-
YUV110.44196.694.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 232 (91.02% from 255) = 57.14%
R=15.52%
G=27.34%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal631112320.730.5200.09222.9678.657.84
Hex3F6FE8493409df4f3a
Octal771573501116401133711772
Binary111111110111111101000100100111010001001110111111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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