#3E70DD

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

Shades of Royal Blue #3E70DD

Tints of Royal Blue #3E70DD

Color information

#3E70DD (or 0x3E70DD) is unknown color: approx Royal Blue. HEX triplet: 3E, 70 and DD. RGB value is (62,112,221). Sum of RGB (Red+Green+Blue) = 62+112+221=395 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.70% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E70DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70DD is #C18F22. Grayscale: #6C6C6C. Windows color (decimal): -12685091 or 14512190. OLE color: 14512190.

HSL color Cylindrical-coordinate representation of color #3E70DD: hue angle of 221.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E70DD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62112221-
CMYK0.720.4900.13
HSL221.13º70.04%55.49%-
HSV(B)221.13º71.95%86.67%-
XYZ20.8317.8370.75-
YUV109.48190.9494.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.70%
GREEN value IS 112 (44.14% from 255) = 28.35%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=15.70%
G=28.35%
B=55.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal621122210.720.4900.13221.1370.0455.49
Hex3E70DD48310Ddd4637
Octal761603351106101533510667
Binary111110111000011011101100100011000101101110111011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E70DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,112,221); }

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

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

 a { background-color: rgb(62,112,221); }

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

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

 span { border-color: rgb(62,112,221); }

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