#032481

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

Shades of Sapphire #032481

Tints of Sapphire #032481

Color information

#032481 (or 0x032481) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 81. RGB value is (3,36,129). Sum of RGB (Red+Green+Blue) = 3+36+129=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 129 (50.78% from 255 or 76.79% from 168); Max value from RGB is 129 - color contains mainly: blue. Hex color #032481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032481 is #FCDB7E. Grayscale: #242424. Windows color (decimal): -16571263 or 8463363. OLE color: 8463363.

HSL color Cylindrical-coordinate representation of color #032481: hue angle of 224.29º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032481 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB336129-
CMYK0.980.7200.49
HSL224.29º95.45%25.88%-
HSV(B)224.29º97.67%50.59%-
XYZ4.632.8721.08-
YUV36.74180.07103.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 129 (50.78% from 255) = 76.79%
R=1.79%
G=21.43%
B=76.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3361290.980.7200.49224.2995.4525.88
Hex324816248031e05f1a
Octal34420114211006134013732
Binary111001001000000111000101001000011000111100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032481; }

 p { color: rgb(3,36,129); }

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

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

 a { background-color: rgb(3,36,129); }

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

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

 span { border-color: rgb(3,36,129); }

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