Html Css Color HEX #032D76 Sapphire

📋 copy color: '#032D76'

red 3 ◦ green 45 ◦ blue 118

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

Shades of Sapphire #032D76

Tints of Sapphire #032D76

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

 BLUE value IS 118 (46.48% from 255) = 71.08%

R = 1.81%
G = 27.11%
B = 71.08%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032D76 (or 0x032D76) is known color: Sapphire. HEX triplet: 03, 2D and 76. RGB value is (3,45,118). Sum of RGB (Red+Green+Blue) = 3+45+118=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #032D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D76 is #FCD289. Grayscale: #282828. Windows color (decimal): -16568970 or 7744771. OLE color: 7744771.

HSL color Cylindrical-coordinate representation of color #032D76: hue angle of 218.09º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D76 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 45 118 -
CMYK 0.97 0.62 0 0.54
HSL 218.09º 0.95% 0.24% -
HSV(B) 218.09º 0.97% 0.46% -
XYZ 4.25 3.2 17.53 -
YUV 40.76 171.59 101.06 -
System Red Green Blue C M Y K H S L
Decimal 3 45 118 0.97 0.62 0 0.54 218.09 0.95 0.24
Hex 3 2D 76 61 3E 0 36 DA 5F 18
Octal 3 55 166 141 76 0 66 332 137 30
Binary 11 101101 1110110 1100001 111110 0 110110 11011010 1011111 11000

Color Harmonies of #032D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D76

Black with #032D76

Text Example


Text Example

White with #032D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,45,118); }

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

background-color css

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

 a { background-color: rgb(3,45,118); }

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

border-color css

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

 span { border-color: rgb(3,45,118); }

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