#3E71D2

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

Shades of Royal Blue #3E71D2

Tints of Royal Blue #3E71D2

Color information

#3E71D2 (or 0x3E71D2) is unknown color: approx Royal Blue. HEX triplet: 3E, 71 and D2. RGB value is (62,113,210). Sum of RGB (Red+Green+Blue) = 62+113+210=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 210 (82.42% from 255 or 54.55% from 385); Max value from RGB is 210 - color contains mainly: blue. Hex color #3E71D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E71D2 is #C18E2D. Grayscale: #6C6C6C. Windows color (decimal): -12684846 or 13791550. OLE color: 13791550.

HSL color Cylindrical-coordinate representation of color #3E71D2: hue angle of 219.32º 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 #3E71D2 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB62113210-
CMYK0.700.4600.18
HSL219.32º62.18%53.33%-
HSV(B)219.32º70.48%82.35%-
XYZ19.5217.4963.32-
YUV108.81185.194.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.10%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 210 (82.42% from 255) = 54.55%
R=16.10%
G=29.35%
B=54.55%

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
Decimal621132100.700.4600.18219.3262.1853.33
Hex3E71D2462E012db3e35
Octal76161322106560223337665
Binary111110111000111010010100011010111001001011011011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E71D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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