Html Css Color HEX #3970CC Royal Blue

📋 copy color: '#3970CC'

red 57 ◦ green 112 ◦ blue 204

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

Shades of Royal Blue #3970CC

Tints of Royal Blue #3970CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.69%

R = 15.28%
G = 30.03%
B = 54.69%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3970CC (or 0x3970CC) is known color: Royal Blue. HEX triplet: 39, 70 and CC. RGB value is (57,112,204). Sum of RGB (Red+Green+Blue) = 57+112+204=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #3970CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3970CC is #C68F33. Grayscale: #696969. Windows color (decimal): -13012788 or 13398073. OLE color: 13398073.

HSL color Cylindrical-coordinate representation of color #3970CC: hue angle of 217.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3970CC is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 112 204 -
CMYK 0.72 0.45 0 0.2
HSL 217.55º 0.59% 0.51% -
HSV(B) 217.55º 0.72% 0.8% -
XYZ 18.38 16.82 59.4 -
YUV 106.04 183.28 93.02 -
System Red Green Blue C M Y K H S L
Decimal 57 112 204 0.72 0.45 0 0.2 217.55 0.59 0.51
Hex 39 70 CC 48 2D 0 14 DA 3B 33
Octal 71 160 314 110 55 0 24 332 73 63
Binary 111001 1110000 11001100 1001000 101101 0 10100 11011010 111011 110011

Color Harmonies of #3970CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3970CC

Black with #3970CC

Text Example


Text Example

White with #3970CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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