#03255A

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

Shades of Sapphire #03255A

Tints of Sapphire #03255A

Color information

#03255A (or 0x03255A) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 5A. RGB value is (3,37,90). Sum of RGB (Red+Green+Blue) = 3+37+90=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #03255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255A is #FCDAA5. Grayscale: #202020. Windows color (decimal): -16571046 or 5907715. OLE color: 5907715.

HSL color Cylindrical-coordinate representation of color #03255A: hue angle of 216.55º 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 #03255A is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33790-
CMYK0.970.5900.65
HSL216.55º93.55%18.24%-
HSV(B)216.55º96.67%35.29%-
XYZ2.542.089.94-
YUV32.88160.24106.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 90 (35.55% from 255) = 69.23%
R=2.31%
G=28.46%
B=69.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal337900.970.5900.65216.5593.5518.24
Hex3255A613B041d95e12
Octal34513214173010133113622
Binary11100101101101011000011110110100000111011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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