#032048

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

Shades of Sapphire #032048

Tints of Sapphire #032048

Color information

#032048 (or 0x032048) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 48. RGB value is (3,32,72). Sum of RGB (Red+Green+Blue) = 3+32+72=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #032048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032048 is #FCDFB7. Grayscale: #1B1B1B. Windows color (decimal): -16572344 or 4726787. OLE color: 4726787.

HSL color Cylindrical-coordinate representation of color #032048: hue angle of 214.78º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032048 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB33272-
CMYK0.960.5600.72
HSL214.78º92%14.71%-
HSV(B)214.78º95.83%28.24%-
XYZ1.721.526.33-
YUV27.89152.89110.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 72 (28.52% from 255) = 67.29%
R=2.80%
G=29.91%
B=67.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal332720.960.5600.72214.789214.71
Hex320486038048d75cf
Octal34011014070011032713417
Binary1110000010010001100000111000010010001101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032048; }

 p { color: rgb(3,32,72); }

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

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

 a { background-color: rgb(3,32,72); }

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

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

 span { border-color: rgb(3,32,72); }

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