Html Css Color HEX #032170 Sapphire

📋 copy color: '#032170'

red 3 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #032170

Tints of Sapphire #032170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.3%

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

R = 2.03%
G = 22.3%
B = 75.68%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032170 (or 0x032170) is known color: Sapphire. HEX triplet: 03, 21 and 70. RGB value is (3,33,112). Sum of RGB (Red+Green+Blue) = 3+33+112=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #032170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032170 is #FCDE8F. Grayscale: #202020. Windows color (decimal): -16572048 or 7348483. OLE color: 7348483.

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

Color convert

RGB 3 33 112 -
CMYK 0.97 0.71 0 0.56
HSL 223.49º 0.95% 0.23% -
HSV(B) 223.49º 0.97% 0.44% -
XYZ 3.51 2.28 15.58 -
YUV 33.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 3 33 112 0.97 0.71 0 0.56 223.49 0.95 0.23
Hex 3 21 70 61 47 0 38 DF 5F 17
Octal 3 41 160 141 107 0 70 337 137 27
Binary 11 100001 1110000 1100001 1000111 0 111000 11011111 1011111 10111

Color Harmonies of #032170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032170

Black with #032170

Text Example


Text Example

White with #032170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032170; }

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

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

background-color css

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

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

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

border-color css

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

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

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