Html Css Color HEX #032178 Sapphire

📋 copy color: '#032178'

red 3 ◦ green 33 ◦ blue 120

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

Shades of Sapphire #032178

Tints of Sapphire #032178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 76.92%

R = 1.92%
G = 21.15%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#032178 (or 0x032178) is known color: Sapphire. HEX triplet: 03, 21 and 78. RGB value is (3,33,120). Sum of RGB (Red+Green+Blue) = 3+33+120=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #032178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032178 is #FCDE87. Grayscale: #212121. Windows color (decimal): -16572040 or 7872771. OLE color: 7872771.

HSL color Cylindrical-coordinate representation of color #032178: hue angle of 224.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032178 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 33 120 -
CMYK 0.98 0.72 0 0.53
HSL 224.62º 0.95% 0.24% -
HSV(B) 224.62º 0.98% 0.47% -
XYZ 3.97 2.46 18.04 -
YUV 33.95 176.56 105.93 -
System Red Green Blue C M Y K H S L
Decimal 3 33 120 0.98 0.72 0 0.53 224.62 0.95 0.24
Hex 3 21 78 62 48 0 35 E1 5F 18
Octal 3 41 170 142 110 0 65 341 137 30
Binary 11 100001 1111000 1100010 1001000 0 110101 11100001 1011111 11000

Color Harmonies of #032178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032178

Black with #032178

Text Example


Text Example

White with #032178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032178; }

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

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

background-color css

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

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

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

border-color css

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

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

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