Html Css Color HEX #032074 Sapphire

📋 copy color: '#032074'

red 3 ◦ green 32 ◦ blue 116

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

Shades of Sapphire #032074

Tints of Sapphire #032074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 116 (45.7% from 255) = 76.82%

R = 1.99%
G = 21.19%
B = 76.82%

CMYK

 C value IS 0.97

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032074 (or 0x032074) is known color: Sapphire. HEX triplet: 03, 20 and 74. RGB value is (3,32,116). Sum of RGB (Red+Green+Blue) = 3+32+116=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 116 (45.70% from 255 or 76.82% from 151); Max value from RGB is 116 - color contains mainly: blue. Hex color #032074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032074 is #FCDF8B. Grayscale: #202020. Windows color (decimal): -16572300 or 7610371. OLE color: 7610371.

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

Color convert

RGB 3 32 116 -
CMYK 0.97 0.72 0 0.55
HSL 224.6º 0.95% 0.23% -
HSV(B) 224.6º 0.97% 0.45% -
XYZ 3.71 2.31 16.77 -
YUV 32.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 3 32 116 0.97 0.72 0 0.55 224.6 0.95 0.23
Hex 3 20 74 61 48 0 37 E1 5F 17
Octal 3 40 164 141 110 0 67 341 137 27
Binary 11 100000 1110100 1100001 1001000 0 110111 11100001 1011111 10111

Color Harmonies of #032074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032074

Black with #032074

Text Example


Text Example

White with #032074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032074; }

 p { color: rgb(3,32,116); }

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

background-color css

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

 a { background-color: rgb(3,32,116); }

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

border-color css

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

 span { border-color: rgb(3,32,116); }

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