#03225D

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

Shades of Sapphire #03225D

Tints of Sapphire #03225D

Color information

#03225D (or 0x03225D) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 5D. RGB value is (3,34,93). Sum of RGB (Red+Green+Blue) = 3+34+93=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #03225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03225D is #FCDDA2. Grayscale: #1F1F1F. Windows color (decimal): -16571811 or 6103555. OLE color: 6103555.

HSL color Cylindrical-coordinate representation of color #03225D: hue angle of 219.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03225D is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB33493-
CMYK0.970.6300.64
HSL219.33º93.75%18.82%-
HSV(B)219.33º96.77%36.47%-
XYZ2.591.9510.6-
YUV31.46162.73107.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=2.31%
G=26.15%
B=71.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal334930.970.6300.64219.3393.7518.82
Hex3225D613F040db5e13
Octal34213514177010033313623
Binary11100010101110111000011111110100000011011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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