#032B75

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

Shades of Sapphire #032B75

Tints of Sapphire #032B75

Color information

#032B75 (or 0x032B75) is unknown color: approx Sapphire. HEX triplet: 03, 2B and 75. RGB value is (3,43,117). Sum of RGB (Red+Green+Blue) = 3+43+117=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #032B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B75 is #FCD48A. Grayscale: #272727. Windows color (decimal): -16569483 or 7678723. OLE color: 7678723.

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

Color convert

RGB343117-
CMYK0.970.6300.54
HSL218.95º95%23.53%-
HSV(B)218.95º97.44%45.88%-
XYZ4.113.0317.2-
YUV39.48171.75101.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 117 (46.09% from 255) = 71.78%
R=1.84%
G=26.38%
B=71.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3431170.970.6300.54218.959523.53
Hex32B75613F036db5f18
Octal3531651417706633313730
Binary1110101111101011100001111111011011011011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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