#03245A

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

Shades of Sapphire #03245A

Tints of Sapphire #03245A

Color information

#03245A (or 0x03245A) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 5A. RGB value is (3,36,90). Sum of RGB (Red+Green+Blue) = 3+36+90=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #03245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03245A is #FCDBA5. Grayscale: #202020. Windows color (decimal): -16571302 or 5907459. OLE color: 5907459.

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

Color convert

RGB33690-
CMYK0.970.6000.65
HSL217.24º93.55%18.24%-
HSV(B)217.24º96.67%35.29%-
XYZ2.512.029.93-
YUV32.29160.57107.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 90 (35.55% from 255) = 69.77%
R=2.33%
G=27.91%
B=69.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal336900.970.6000.65217.2493.5518.24
Hex3245A613C041d95e12
Octal34413214174010133113622
Binary11100100101101011000011111000100000111011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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