#03214F

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

Shades of Sapphire #03214F

Tints of Sapphire #03214F

Color information

#03214F (or 0x03214F) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 4F. RGB value is (3,33,79). Sum of RGB (Red+Green+Blue) = 3+33+79=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #03214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03214F is #FCDEB0. Grayscale: #1D1D1D. Windows color (decimal): -16572081 or 5185795. OLE color: 5185795.

HSL color Cylindrical-coordinate representation of color #03214F: hue angle of 216.32º 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 #03214F is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33379-
CMYK0.960.5800.69
HSL216.32º92.68%16.08%-
HSV(B)216.32º96.2%30.98%-
XYZ1.991.677.61-
YUV29.27156.06109.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 79 (31.25% from 255) = 68.70%
R=2.61%
G=28.70%
B=68.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal333790.960.5800.69216.3292.6816.08
Hex3214F603A045d85d10
Octal34111714072010533013520
Binary11100001100111111000001110100100010111011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03214F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03214F; }

 p { color: rgb(3,33,79); }

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

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

 a { background-color: rgb(3,33,79); }

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

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

 span { border-color: rgb(3,33,79); }

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