#03214C

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

Shades of Sapphire #03214C

Tints of Sapphire #03214C

Color information

#03214C (or 0x03214C) is unknown color: approx Sapphire. HEX triplet: 03, 21 and 4C. RGB value is (3,33,76). Sum of RGB (Red+Green+Blue) = 3+33+76=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #03214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03214C is #FCDEB3. Grayscale: #1C1C1C. Windows color (decimal): -16572084 or 4989187. OLE color: 4989187.

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

Color convert

RGB33376-
CMYK0.960.5700.70
HSL215.34º92.41%15.49%-
HSV(B)215.34º96.05%29.8%-
XYZ1.891.637.05-
YUV28.93154.56109.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 76 (30.08% from 255) = 67.86%
R=2.68%
G=29.46%
B=67.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal333760.960.5700.70215.3492.4115.49
Hex3214C6039046d75cf
Octal34111414071010632713417
Binary1110000110011001100000111001010001101101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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