#03225C

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

Shades of Sapphire #03225C

Tints of Sapphire #03225C

Color information

#03225C (or 0x03225C) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 5C. RGB value is (3,34,92). Sum of RGB (Red+Green+Blue) = 3+34+92=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #03225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03225C is #FCDDA3. Grayscale: #1F1F1F. Windows color (decimal): -16571812 or 6038019. OLE color: 6038019.

HSL color Cylindrical-coordinate representation of color #03225C: hue angle of 219.1º 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 #03225C is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB33492-
CMYK0.970.6300.64
HSL219.1º93.68%18.63%-
HSV(B)219.1º96.74%36.08%-
XYZ2.541.9410.36-
YUV31.34162.23107.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=2.33%
G=26.36%
B=71.32%

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
Decimal334920.970.6300.64219.193.6818.63
Hex3225C613F040db5e13
Octal34213414177010033313623
Binary11100010101110011000011111110100000011011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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