Html Css Color HEX #032770 Sapphire

📋 copy color: '#032770'

red 3 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #032770

Tints of Sapphire #032770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.32%

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

R = 1.95%
G = 25.32%
B = 72.73%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032770 (or 0x032770) is known color: Sapphire. HEX triplet: 03, 27 and 70. RGB value is (3,39,112). Sum of RGB (Red+Green+Blue) = 3+39+112=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #032770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032770 is #FCD88F. Grayscale: #242424. Windows color (decimal): -16570512 or 7350019. OLE color: 7350019.

HSL color Cylindrical-coordinate representation of color #032770: hue angle of 220.18º 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 #032770 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 39 112 -
CMYK 0.97 0.65 0 0.56
HSL 220.18º 0.95% 0.23% -
HSV(B) 220.18º 0.97% 0.44% -
XYZ 3.69 2.64 15.64 -
YUV 36.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 3 39 112 0.97 0.65 0 0.56 220.18 0.95 0.23
Hex 3 27 70 61 41 0 38 DC 5F 17
Octal 3 47 160 141 101 0 70 334 137 27
Binary 11 100111 1110000 1100001 1000001 0 111000 11011100 1011111 10111

Color Harmonies of #032770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032770

Black with #032770

Text Example


Text Example

White with #032770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032770; }

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

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

background-color css

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

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

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

border-color css

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

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

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