#3E74D8

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

Shades of Royal Blue #3E74D8

Tints of Royal Blue #3E74D8

Color information

#3E74D8 (or 0x3E74D8) is unknown color: approx Royal Blue. HEX triplet: 3E, 74 and D8. RGB value is (62,116,216). Sum of RGB (Red+Green+Blue) = 62+116+216=394 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.74% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E74D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E74D8 is #C18B27. Grayscale: #6E6E6E. Windows color (decimal): -12684072 or 14185534. OLE color: 14185534.

HSL color Cylindrical-coordinate representation of color #3E74D8: hue angle of 218.96º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E74D8 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB62116216-
CMYK0.710.4600.15
HSL218.96º66.38%54.51%-
HSV(B)218.96º71.3%84.71%-
XYZ20.6318.4767.44-
YUV111.25187.1192.87-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.74%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 216 (84.77% from 255) = 54.82%
R=15.74%
G=29.44%
B=54.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal621162160.710.4600.15218.9666.3854.51
Hex3E74D8472E0Fdb4237
Octal761643301075601733310267
Binary111110111010011011000100011110111001111110110111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E74D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,216); }

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

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

 a { background-color: rgb(62,116,216); }

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

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

 span { border-color: rgb(62,116,216); }

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