#03256E

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

Shades of Sapphire #03256E

Tints of Sapphire #03256E

Color information

#03256E (or 0x03256E) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 6E. RGB value is (3,37,110). Sum of RGB (Red+Green+Blue) = 3+37+110=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #03256E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03256E is #FCDA91. Grayscale: #222222. Windows color (decimal): -16571026 or 7218435. OLE color: 7218435.

HSL color Cylindrical-coordinate representation of color #03256E: hue angle of 220.93º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03256E is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB337110-
CMYK0.970.6600.57
HSL220.93º94.69%22.16%-
HSV(B)220.93º97.27%43.14%-
XYZ3.512.4715.04-
YUV35.16170.24105.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 110 (43.36% from 255) = 73.33%
R=2%
G=24.67%
B=73.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3371100.970.6600.57220.9394.6922.16
Hex3256E6142039dd5f16
Octal34515614110207133513726
Binary11100101110111011000011000010011100111011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03256E; }

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

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

<style>
 a { background-color: #03256E; }

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

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

<style>
 span { border-color: #03256E; }

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

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