#032351

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

Shades of Sapphire #032351

Tints of Sapphire #032351

Color information

#032351 (or 0x032351) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 51. RGB value is (3,35,81). Sum of RGB (Red+Green+Blue) = 3+35+81=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 81 (32.03% from 255 or 68.07% from 119); Max value from RGB is 81 - color contains mainly: blue. Hex color #032351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032351 is #FCDCAE. Grayscale: #1E1E1E. Windows color (decimal): -16571567 or 5317379. OLE color: 5317379.

HSL color Cylindrical-coordinate representation of color #032351: hue angle of 215.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032351 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB33581-
CMYK0.960.5700.68
HSL215.38º92.86%16.47%-
HSV(B)215.38º96.3%31.76%-
XYZ2.121.828.02-
YUV30.68156.4108.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 81 (32.03% from 255) = 68.07%
R=2.52%
G=29.41%
B=68.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal335810.960.5700.68215.3892.8616.47
Hex323516039044d75d10
Octal34312114071010432713520
Binary11100011101000111000001110010100010011010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032351; }

 p { color: rgb(3,35,81); }

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

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

 a { background-color: rgb(3,35,81); }

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

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

 span { border-color: rgb(3,35,81); }

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