#03256F

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

Shades of Sapphire #03256F

Tints of Sapphire #03256F

Color information

#03256F (or 0x03256F) is unknown color: approx Sapphire. HEX triplet: 03, 25 and 6F. RGB value is (3,37,111). Sum of RGB (Red+Green+Blue) = 3+37+111=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #03256F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03256F is #FCDA90. Grayscale: #222222. Windows color (decimal): -16571025 or 7283971. OLE color: 7283971.

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

Color convert

RGB337111-
CMYK0.970.6700.56
HSL221.11º94.74%22.35%-
HSV(B)221.11º97.3%43.53%-
XYZ3.572.4915.33-
YUV35.27170.74104.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=1.99%
G=24.50%
B=73.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3371110.970.6700.56221.1194.7422.35
Hex3256F6143038dd5f16
Octal34515714110307033513726
Binary11100101110111111000011000011011100011011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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