#03245D

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

Shades of Sapphire #03245D

Tints of Sapphire #03245D

Color information

#03245D (or 0x03245D) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 5D. RGB value is (3,36,93). Sum of RGB (Red+Green+Blue) = 3+36+93=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #03245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245D is #FCDBA2. Grayscale: #202020. Windows color (decimal): -16571299 or 6104067. OLE color: 6104067.

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

Color convert

RGB33693-
CMYK0.970.6100.64
HSL218º93.75%18.82%-
HSV(B)218º96.77%36.47%-
XYZ2.642.0710.62-
YUV32.63162.07106.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=2.27%
G=27.27%
B=70.45%

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
Decimal336930.970.6100.6421893.7518.82
Hex3245D613D040da5e13
Octal34413514175010033213623
Binary11100100101110111000011111010100000011011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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