Html Css Color HEX #3970CE Royal Blue

📋 copy color: '#3970CE'

red 57 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3970CE

Tints of Royal Blue #3970CE

RGB

 RED value IS 57 (22.66% from 255) = 15.2%

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

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

R = 15.2%
G = 29.87%
B = 54.93%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3970CE (or 0x3970CE) is known color: Royal Blue. HEX triplet: 39, 70 and CE. RGB value is (57,112,206). Sum of RGB (Red+Green+Blue) = 57+112+206=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #3970CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970CE is #C68F31. Grayscale: #696969. Windows color (decimal): -13012786 or 13529145. OLE color: 13529145.

HSL color Cylindrical-coordinate representation of color #3970CE: hue angle of 217.85º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3970CE is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 112 206 -
CMYK 0.72 0.46 0 0.19
HSL 217.85º 0.6% 0.52% -
HSV(B) 217.85º 0.72% 0.81% -
XYZ 18.62 16.91 60.68 -
YUV 106.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 57 112 206 0.72 0.46 0 0.19 217.85 0.6 0.52
Hex 39 70 CE 48 2E 0 13 DA 3C 34
Octal 71 160 316 110 56 0 23 332 74 64
Binary 111001 1110000 11001110 1001000 101110 0 10011 11011010 111100 110100

Color Harmonies of #3970CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970CE

Black with #3970CE

Text Example


Text Example

White with #3970CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3970CE; }

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

 H1.HeaderClassName
 {
   color: #3970CE;
 }
 .AnyTagClassName
 {
   color: #3970CE;
 }
</style>

background-color css

<style>
 a { background-color: #3970CE; }

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

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

border-color css

<style>
 span { border-color: #3970CE; }

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

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