#032275

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

Shades of Sapphire #032275

Tints of Sapphire #032275

Color information

#032275 (or 0x032275) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 75. RGB value is (3,34,117). Sum of RGB (Red+Green+Blue) = 3+34+117=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #032275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032275 is #FCDD8A. Grayscale: #212121. Windows color (decimal): -16571787 or 7676419. OLE color: 7676419.

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

Color convert

RGB334117-
CMYK0.970.7100.54
HSL223.68º95%23.53%-
HSV(B)223.68º97.44%45.88%-
XYZ3.822.4517.1-
YUV34.19174.73105.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 117 (46.09% from 255) = 75.97%
R=1.95%
G=22.08%
B=75.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3341170.970.7100.54223.689523.53
Hex322756147036e05f18
Octal34216514110706634013730
Binary11100010111010111000011000111011011011100000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032275; }

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

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

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

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

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

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

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

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