#03224D

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

Shades of Sapphire #03224D

Tints of Sapphire #03224D

Color information

#03224D (or 0x03224D) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 4D. RGB value is (3,34,77). Sum of RGB (Red+Green+Blue) = 3+34+77=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #03224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03224D is #FCDDB2. Grayscale: #1D1D1D. Windows color (decimal): -16571827 or 5054979. OLE color: 5054979.

HSL color Cylindrical-coordinate representation of color #03224D: hue angle of 214.86º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03224D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33477-
CMYK0.960.5600.70
HSL214.86º92.5%15.69%-
HSV(B)214.86º96.1%30.2%-
XYZ1.951.77.25-
YUV29.63154.73109-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=2.63%
G=29.82%
B=67.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal334770.960.5600.70214.8692.515.69
Hex3224D6038046d75c10
Octal34211514070010632713420
Binary11100010100110111000001110000100011011010111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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