Html Css Color HEX #032061 Sapphire

📋 copy color: '#032061'

red 3 ◦ green 32 ◦ blue 97

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

Shades of Sapphire #032061

Tints of Sapphire #032061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 2.27%
G = 24.24%
B = 73.48%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#032061 (or 0x032061) is known color: Sapphire. HEX triplet: 03, 20 and 61. RGB value is (3,32,97). Sum of RGB (Red+Green+Blue) = 3+32+97=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #032061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032061 is #FCDF9E. Grayscale: #1E1E1E. Windows color (decimal): -16572319 or 6365187. OLE color: 6365187.

HSL color Cylindrical-coordinate representation of color #032061: hue angle of 221.49º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032061 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 32 97 -
CMYK 0.97 0.67 0 0.62
HSL 221.49º 0.94% 0.2% -
HSV(B) 221.49º 0.97% 0.38% -
XYZ 2.71 1.92 11.54 -
YUV 30.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 3 32 97 0.97 0.67 0 0.62 221.49 0.94 0.2
Hex 3 20 61 61 43 0 3E DD 5E 14
Octal 3 40 141 141 103 0 76 335 136 24
Binary 11 100000 1100001 1100001 1000011 0 111110 11011101 1011110 10100

Color Harmonies of #032061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032061

Black with #032061

Text Example


Text Example

White with #032061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032061; }

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

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

background-color css

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

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

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

border-color css

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

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

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