Html Css Color HEX #032B76 Sapphire

📋 copy color: '#032B76'

red 3 ◦ green 43 ◦ blue 118

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

Shades of Sapphire #032B76

Tints of Sapphire #032B76

RGB

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

 GREEN value IS 43 (17.19% from 255) = 26.22%

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

R = 1.83%
G = 26.22%
B = 71.95%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#032B76 (or 0x032B76) is known color: Sapphire. HEX triplet: 03, 2B and 76. RGB value is (3,43,118). Sum of RGB (Red+Green+Blue) = 3+43+118=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #032B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B76 is #FCD489. Grayscale: #272727. Windows color (decimal): -16569482 or 7744259. OLE color: 7744259.

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

Color convert

RGB 3 43 118 -
CMYK 0.97 0.64 0 0.54
HSL 219.13º 0.95% 0.24% -
HSV(B) 219.13º 0.97% 0.46% -
XYZ 4.17 3.06 17.51 -
YUV 39.59 172.25 101.9 -
System Red Green Blue C M Y K H S L
Decimal 3 43 118 0.97 0.64 0 0.54 219.13 0.95 0.24
Hex 3 2B 76 61 40 0 36 DB 5F 18
Octal 3 53 166 141 100 0 66 333 137 30
Binary 11 101011 1110110 1100001 1000000 0 110110 11011011 1011111 11000

Color Harmonies of #032B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B76

Black with #032B76

Text Example


Text Example

White with #032B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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