#256B91

Color #256B91 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #256B91

Tints of Astral #256B91

Color information

#256B91 (or 0x256B91) is unknown color: approx Astral. HEX triplet: 25, 6B and 91. RGB value is (37,107,145). Sum of RGB (Red+Green+Blue) = 37+107+145=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #256B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B91 is #DA946E. Grayscale: #5A5A5A. Windows color (decimal): -14324847 or 9530149. OLE color: 9530149.

HSL color Cylindrical-coordinate representation of color #256B91: hue angle of 201.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256B91 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37107145-
CMYK0.740.2600.43
HSL201.11º59.34%35.69%-
HSV(B)201.11º74.48%56.86%-
XYZ11.1312.9528.7-
YUV90.4158.8189.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=12.80%
G=37.02%
B=50.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371071450.740.2600.43201.1159.3435.69
Hex256B914A1A02Bc93b24
Octal45153221112320533117344
Binary100101110101110010001100101011010010101111001001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B91; }

 p { color: rgb(37,107,145); }

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

<style>
 a { background-color: #256B91; }

 a { background-color: rgb(37,107,145); }

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

<style>
 span { border-color: #256B91; }

 span { border-color: rgb(37,107,145); }

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