Html Css Color HEX #032C73 Sapphire

📋 copy color: '#032C73'

red 3 ◦ green 44 ◦ blue 115

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

Shades of Sapphire #032C73

Tints of Sapphire #032C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.16%

 BLUE value IS 115 (45.31% from 255) = 70.99%

R = 1.85%
G = 27.16%
B = 70.99%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#032C73 (or 0x032C73) is known color: Sapphire. HEX triplet: 03, 2C and 73. RGB value is (3,44,115). Sum of RGB (Red+Green+Blue) = 3+44+115=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #032C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C73 is #FCD38C. Grayscale: #272727. Windows color (decimal): -16569229 or 7547907. OLE color: 7547907.

HSL color Cylindrical-coordinate representation of color #032C73: hue angle of 218.04º 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 #032C73 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 44 115 -
CMYK 0.97 0.62 0 0.55
HSL 218.04º 0.95% 0.23% -
HSV(B) 218.04º 0.97% 0.45% -
XYZ 4.03 3.06 16.6 -
YUV 39.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 3 44 115 0.97 0.62 0 0.55 218.04 0.95 0.23
Hex 3 2C 73 61 3E 0 37 DA 5F 17
Octal 3 54 163 141 76 0 67 332 137 27
Binary 11 101100 1110011 1100001 111110 0 110111 11011010 1011111 10111

Color Harmonies of #032C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C73

Black with #032C73

Text Example


Text Example

White with #032C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032C73; }

 p { color: rgb(3,44,115); }

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

background-color css

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

 a { background-color: rgb(3,44,115); }

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

border-color css

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

 span { border-color: rgb(3,44,115); }

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