#3E72D2

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

Shades of Royal Blue #3E72D2

Tints of Royal Blue #3E72D2

Color information

#3E72D2 (or 0x3E72D2) is unknown color: approx Royal Blue. HEX triplet: 3E, 72 and D2. RGB value is (62,114,210). Sum of RGB (Red+Green+Blue) = 62+114+210=386 (51% of max value = 765). Red value is 62 (24.61% from 255 or 16.06% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 210 (82.42% from 255 or 54.40% from 386); Max value from RGB is 210 - color contains mainly: blue. Hex color #3E72D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E72D2 is #C18D2D. Grayscale: #6C6C6C. Windows color (decimal): -12684590 or 13791806. OLE color: 13791806.

HSL color Cylindrical-coordinate representation of color #3E72D2: hue angle of 218.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E72D2 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB62114210-
CMYK0.700.4600.18
HSL218.92º62.18%53.33%-
HSV(B)218.92º70.48%82.35%-
XYZ19.6417.7163.36-
YUV109.4184.7794.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.06%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 210 (82.42% from 255) = 54.40%
R=16.06%
G=29.53%
B=54.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal621142100.700.4600.18218.9262.1853.33
Hex3E72D2462E012db3e35
Octal76162322106560223337665
Binary111110111001011010010100011010111001001011011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E72D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,114,210); }

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

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

 a { background-color: rgb(62,114,210); }

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

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

 span { border-color: rgb(62,114,210); }

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