#3E81DE

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

Shades of Royal Blue #3E81DE

Tints of Royal Blue #3E81DE

Color information

#3E81DE (or 0x3E81DE) is unknown color: approx Royal Blue. HEX triplet: 3E, 81 and DE. RGB value is (62,129,222). Sum of RGB (Red+Green+Blue) = 62+129+222=413 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.01% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E81DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E81DE is #C17E21. Grayscale: #777777. Windows color (decimal): -12680738 or 14582078. OLE color: 14582078.

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

Color convert

RGB62129222-
CMYK0.720.4200.13
HSL214.88º70.8%55.69%-
HSV(B)214.88º72.07%87.06%-
XYZ23.022272.14-
YUV119.57185.886.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.01%
GREEN value IS 129 (50.78% from 255) = 31.23%
BLUE value IS 222 (87.11% from 255) = 53.75%
R=15.01%
G=31.23%
B=53.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal621292220.720.4200.13214.8870.855.69
Hex3E81DE482A0Dd74738
Octal762013361105201532710770
Binary1111101000000111011110100100010101001101110101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,222); }

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

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

 a { background-color: rgb(62,129,222); }

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

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

 span { border-color: rgb(62,129,222); }

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