#03204B

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

Shades of Sapphire #03204B

Tints of Sapphire #03204B

Color information

#03204B (or 0x03204B) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 4B. RGB value is (3,32,75). Sum of RGB (Red+Green+Blue) = 3+32+75=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #03204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03204B is #FCDFB4. Grayscale: #1C1C1C. Windows color (decimal): -16572341 or 4923395. OLE color: 4923395.

HSL color Cylindrical-coordinate representation of color #03204B: hue angle of 215.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03204B is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB33275-
CMYK0.960.5700.71
HSL215.83º92.31%15.29%-
HSV(B)215.83º96%29.41%-
XYZ1.821.566.86-
YUV28.23154.39110-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 75 (29.69% from 255) = 68.18%
R=2.73%
G=29.09%
B=68.18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal332750.960.5700.71215.8392.3115.29
Hex3204B6039047d85cf
Octal34011314071010733013417
Binary1110000010010111100000111001010001111101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03204B; }

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

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

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

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

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

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

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

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