#03245C

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

Shades of Sapphire #03245C

Tints of Sapphire #03245C

Color information

#03245C (or 0x03245C) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 5C. RGB value is (3,36,92). Sum of RGB (Red+Green+Blue) = 3+36+92=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #03245C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245C is #FCDBA3. Grayscale: #202020. Windows color (decimal): -16571300 or 6038531. OLE color: 6038531.

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

Color convert

RGB33692-
CMYK0.970.6100.64
HSL217.75º93.68%18.63%-
HSV(B)217.75º96.74%36.08%-
XYZ2.62.0510.38-
YUV32.52161.57106.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 92 (36.33% from 255) = 70.23%
R=2.29%
G=27.48%
B=70.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal336920.970.6100.64217.7593.6818.63
Hex3245C613D040da5e13
Octal34413414175010033213623
Binary11100100101110011000011111010100000011011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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