Html Css Color HEX #032271 Sapphire

📋 copy color: '#032271'

red 3 ◦ green 34 ◦ blue 113

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

Shades of Sapphire #032271

Tints of Sapphire #032271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 75.33%

R = 2%
G = 22.67%
B = 75.33%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#032271 (or 0x032271) is known color: Sapphire. HEX triplet: 03, 22 and 71. RGB value is (3,34,113). Sum of RGB (Red+Green+Blue) = 3+34+113=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #032271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032271 is #FCDD8E. Grayscale: #212121. Windows color (decimal): -16571791 or 7414275. OLE color: 7414275.

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

Color convert

RGB 3 34 113 -
CMYK 0.97 0.70 0 0.56
HSL 223.09º 0.95% 0.23% -
HSV(B) 223.09º 0.97% 0.44% -
XYZ 3.59 2.36 15.89 -
YUV 33.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 3 34 113 0.97 0.70 0 0.56 223.09 0.95 0.23
Hex 3 22 71 61 46 0 38 DF 5F 17
Octal 3 42 161 141 106 0 70 337 137 27
Binary 11 100010 1110001 1100001 1000110 0 111000 11011111 1011111 10111

Color Harmonies of #032271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032271

Black with #032271

Text Example


Text Example

White with #032271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032271; }

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

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

background-color css

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

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

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

border-color css

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

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

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