#3F8AE6

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

Shades of Royal Blue #3F8AE6

Tints of Royal Blue #3F8AE6

Color information

#3F8AE6 (or 0x3F8AE6) is unknown color: approx Royal Blue. HEX triplet: 3F, 8A and E6. RGB value is (63,138,230). Sum of RGB (Red+Green+Blue) = 63+138+230=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 230 (90.23% from 255 or 53.36% from 431); Max value from RGB is 230 - color contains mainly: blue. Hex color #3F8AE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AE6 is #C07519. Grayscale: #7D7D7D. Windows color (decimal): -12612890 or 15108671. OLE color: 15108671.

HSL color Cylindrical-coordinate representation of color #3F8AE6: hue angle of 213.05º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F8AE6 is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB63138230-
CMYK0.730.400.10
HSL213.05º76.96%57.45%-
HSV(B)213.05º72.61%90.2%-
XYZ25.4224.9578.34-
YUV126.06186.6583.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.62%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 230 (90.23% from 255) = 53.36%
R=14.62%
G=32.02%
B=53.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal631382300.730.400.10213.0576.9657.45
Hex3F8AE649280Ad54d39
Octal772123461115001232511571
Binary1111111000101011100110100100110100001010110101011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,138,230); }

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

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

 a { background-color: rgb(63,138,230); }

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

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

 span { border-color: rgb(63,138,230); }

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