#03245B

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

Shades of Sapphire #03245B

Tints of Sapphire #03245B

Color information

#03245B (or 0x03245B) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 5B. RGB value is (3,36,91). Sum of RGB (Red+Green+Blue) = 3+36+91=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #03245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245B is #FCDBA4. Grayscale: #202020. Windows color (decimal): -16571301 or 5972995. OLE color: 5972995.

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

Color convert

RGB33691-
CMYK0.970.6000.64
HSL217.5º93.62%18.43%-
HSV(B)217.5º96.7%35.69%-
XYZ2.562.0410.16-
YUV32.4161.07107.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 91 (35.94% from 255) = 70%
R=2.31%
G=27.69%
B=70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal336910.970.6000.64217.593.6218.43
Hex3245B613C040da5e12
Octal34413314174010033213622
Binary11100100101101111000011111000100000011011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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