Html Css Color HEX #3E6AD2 Royal Blue

📋 copy color: '#3E6AD2'

red 62 ◦ green 106 ◦ blue 210

#3E6AD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3E6AD2

Tints of Royal Blue #3E6AD2

RGB

 RED value IS 62 (24.61% from 255) = 16.4%

 GREEN value IS 106 (41.8% from 255) = 28.04%

 BLUE value IS 210 (82.42% from 255) = 55.56%

R = 16.4%
G = 28.04%
B = 55.56%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3E6AD2 (or 0x3E6AD2) is known color: Royal Blue. HEX triplet: 3E, 6A and D2. RGB value is (62,106,210). Sum of RGB (Red+Green+Blue) = 62+106+210=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 210 (82.42% from 255 or 55.56% from 378); Max value from RGB is 210 - color contains mainly: blue. Hex color #3E6AD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6AD2 is #C1952D. Grayscale: #686868. Windows color (decimal): -12686638 or 13789758. OLE color: 13789758.

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

Color convert

RGB 62 106 210 -
CMYK 0.70 0.50 0 0.18
HSL 222.16º 0.62% 0.53% -
HSV(B) 222.16º 0.7% 0.82% -
XYZ 18.77 15.99 63.07 -
YUV 104.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 62 106 210 0.70 0.50 0 0.18 222.16 0.62 0.53
Hex 3E 6A D2 46 32 0 12 DE 3E 35
Octal 76 152 322 106 62 0 22 336 76 65
Binary 111110 1101010 11010010 1000110 110010 0 10010 11011110 111110 110101

Color Harmonies of #3E6AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6AD2

Black with #3E6AD2

Text Example


Text Example

White with #3E6AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E6AD2;
 }
 .AnyTagClassName
 {
   color: #3E6AD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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