Html Css Color HEX #3E70CE Royal Blue

📋 copy color: '#3E70CE'

red 62 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3E70CE

Tints of Royal Blue #3E70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 16.32%
G = 29.47%
B = 54.21%

CMYK

 C value IS 0.70

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E70CE (or 0x3E70CE) is known color: Royal Blue. HEX triplet: 3E, 70 and CE. RGB value is (62,112,206). Sum of RGB (Red+Green+Blue) = 62+112+206=380 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E70CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E70CE is #C18F31. Grayscale: #6B6B6B. Windows color (decimal): -12685106 or 13529150. OLE color: 13529150.

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

Color convert

RGB 62 112 206 -
CMYK 0.70 0.46 0 0.19
HSL 219.17º 0.6% 0.53% -
HSV(B) 219.17º 0.7% 0.81% -
XYZ 18.92 17.07 60.69 -
YUV 107.77 183.44 95.36 -
System Red Green Blue C M Y K H S L
Decimal 62 112 206 0.70 0.46 0 0.19 219.17 0.6 0.53
Hex 3E 70 CE 46 2E 0 13 DB 3C 35
Octal 76 160 316 106 56 0 23 333 74 65
Binary 111110 1110000 11001110 1000110 101110 0 10011 11011011 111100 110101

Color Harmonies of #3E70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E70CE

Black with #3E70CE

Text Example


Text Example

White with #3E70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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