#03224C

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

Shades of Sapphire #03224C

Tints of Sapphire #03224C

Color information

#03224C (or 0x03224C) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 4C. RGB value is (3,34,76). Sum of RGB (Red+Green+Blue) = 3+34+76=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #03224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03224C is #FCDDB3. Grayscale: #1D1D1D. Windows color (decimal): -16571828 or 4989443. OLE color: 4989443.

HSL color Cylindrical-coordinate representation of color #03224C: hue angle of 214.52º 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 #03224C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33476-
CMYK0.960.5500.70
HSL214.52º92.41%15.49%-
HSV(B)214.52º96.05%29.8%-
XYZ1.911.697.06-
YUV29.52154.23109.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=2.65%
G=30.09%
B=67.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal334760.960.5500.70214.5292.4115.49
Hex3224C6037046d75cf
Octal34211414067010632713417
Binary1110001010011001100000110111010001101101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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