Html Css Color HEX #032970 Sapphire

📋 copy color: '#032970'

red 3 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #032970

Tints of Sapphire #032970

RGB

 RED value IS 3 (1.56% from 255) = 1.92%

 GREEN value IS 41 (16.41% from 255) = 26.28%

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 1.92%
G = 26.28%
B = 71.79%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032970 (or 0x032970) is known color: Sapphire. HEX triplet: 03, 29 and 70. RGB value is (3,41,112). Sum of RGB (Red+Green+Blue) = 3+41+112=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #032970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032970 is #FCD68F. Grayscale: #252525. Windows color (decimal): -16570000 or 7350531. OLE color: 7350531.

HSL color Cylindrical-coordinate representation of color #032970: hue angle of 219.08º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032970 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 41 112 -
CMYK 0.97 0.63 0 0.56
HSL 219.08º 0.95% 0.23% -
HSV(B) 219.08º 0.97% 0.44% -
XYZ 3.76 2.78 15.67 -
YUV 37.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 3 41 112 0.97 0.63 0 0.56 219.08 0.95 0.23
Hex 3 29 70 61 3F 0 38 DB 5F 17
Octal 3 51 160 141 77 0 70 333 137 27
Binary 11 101001 1110000 1100001 111111 0 111000 11011011 1011111 10111

Color Harmonies of #032970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032970

Black with #032970

Text Example


Text Example

White with #032970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032970; }

 p { color: rgb(3,41,112); }

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

background-color css

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

 a { background-color: rgb(3,41,112); }

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

border-color css

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

 span { border-color: rgb(3,41,112); }

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