#03255D

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

Shades of Sapphire #03255D

Tints of Sapphire #03255D

Color information

#03255D (or 0x03255D) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 5D. RGB value is (3,37,93). Sum of RGB (Red+Green+Blue) = 3+37+93=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #03255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03255D is #FCDAA2. Grayscale: #202020. Windows color (decimal): -16571043 or 6104323. OLE color: 6104323.

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

Color convert

RGB33793-
CMYK0.970.6000.64
HSL217.33º93.75%18.82%-
HSV(B)217.33º96.77%36.47%-
XYZ2.672.1310.63-
YUV33.22161.74106.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 93 (36.72% from 255) = 69.92%
R=2.26%
G=27.82%
B=69.92%

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
Decimal337930.970.6000.64217.3393.7518.82
Hex3255D613C040d95e13
Octal34513514174010033113623
Binary11100101101110111000011111000100000011011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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