Html Css Color HEX #032249 Sapphire

📋 copy color: '#032249'

red 3 ◦ green 34 ◦ blue 73

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

Shades of Sapphire #032249

Tints of Sapphire #032249

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.91%

 BLUE value IS 73 (28.91% from 255) = 66.36%

R = 2.73%
G = 30.91%
B = 66.36%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#032249 (or 0x032249) is known color: Sapphire. HEX triplet: 03, 22 and 49. RGB value is (3,34,73). Sum of RGB (Red+Green+Blue) = 3+34+73=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 73 (28.91% from 255 or 66.36% from 110); Max value from RGB is 73 - color contains mainly: blue. Hex color #032249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032249 is #FCDDB6. Grayscale: #1C1C1C. Windows color (decimal): -16571831 or 4792835. OLE color: 4792835.

HSL color Cylindrical-coordinate representation of color #032249: hue angle of 213.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032249 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 34 73 -
CMYK 0.96 0.53 0 0.71
HSL 213.43º 0.92% 0.15% -
HSV(B) 213.43º 0.96% 0.29% -
XYZ 1.81 1.64 6.53 -
YUV 29.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 3 34 73 0.96 0.53 0 0.71 213.43 0.92 0.15
Hex 3 22 49 60 35 0 47 D5 5C F
Octal 3 42 111 140 65 0 107 325 134 17
Binary 11 100010 1001001 1100000 110101 0 1000111 11010101 1011100 1111

Color Harmonies of #032249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032249

Black with #032249

Text Example


Text Example

White with #032249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032249; }

 p { color: rgb(3,34,73); }

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

background-color css

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

 a { background-color: rgb(3,34,73); }

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

border-color css

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

 span { border-color: rgb(3,34,73); }

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