#03204E

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

Shades of Sapphire #03204E

Tints of Sapphire #03204E

Color information

#03204E (or 0x03204E) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 4E. RGB value is (3,32,78). Sum of RGB (Red+Green+Blue) = 3+32+78=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #03204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03204E is #FCDFB1. Grayscale: #1C1C1C. Windows color (decimal): -16572338 or 5120003. OLE color: 5120003.

HSL color Cylindrical-coordinate representation of color #03204E: hue angle of 216.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03204E is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33278-
CMYK0.960.5900.69
HSL216.8º92.59%15.88%-
HSV(B)216.8º96.15%30.59%-
XYZ1.931.67.42-
YUV28.57155.89109.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=2.65%
G=28.32%
B=69.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal332780.960.5900.69216.892.5915.88
Hex3204E603B045d95d10
Octal34011614073010533113520
Binary11100000100111011000001110110100010111011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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