#032B77

Color #032B77 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #032B77

Tints of Sapphire #032B77

Color information

#032B77 (or 0x032B77) is unknown color: approx Sapphire. HEX triplet: 03, 2B and 77. RGB value is (3,43,119). Sum of RGB (Red+Green+Blue) = 3+43+119=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #032B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B77 is #FCD488. Grayscale: #272727. Windows color (decimal): -16569481 or 7809795. OLE color: 7809795.

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

Color convert

RGB343119-
CMYK0.970.6400.53
HSL219.31º95.08%23.92%-
HSV(B)219.31º97.48%46.67%-
XYZ4.233.0817.82-
YUV39.7172.75101.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 43 (17.19% from 255) = 26.06%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=1.82%
G=26.06%
B=72.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3431190.970.6400.53219.3195.0823.92
Hex32B776140035db5f18
Octal35316714110006533313730
Binary11101011111011111000011000000011010111011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032B77;
 }
 .AnyTagClassName
 {
   color: #032B77;
 }
</style>
background-color css

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

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

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

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

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

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