#256C90

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

Shades of Astral #256C90

Tints of Astral #256C90

Color information

#256C90 (or 0x256C90) is unknown color: approx Astral. HEX triplet: 25, 6C and 90. RGB value is (37,108,144). Sum of RGB (Red+Green+Blue) = 37+108+144=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #256C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C90 is #DA936F. Grayscale: #5A5A5A. Windows color (decimal): -14324592 or 9464869. OLE color: 9464869.

HSL color Cylindrical-coordinate representation of color #256C90: hue angle of 200.19º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256C90 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37108144-
CMYK0.740.2500.44
HSL200.19º59.12%35.49%-
HSV(B)200.19º74.31%56.47%-
XYZ11.1613.1328.33-
YUV90.87157.9889.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 108 (42.58% from 255) = 37.37%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=12.80%
G=37.37%
B=49.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371081440.740.2500.44200.1959.1235.49
Hex256C904A1902Cc83b23
Octal45154220112310543107343
Binary100101110110010010000100101011001010110011001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,108,144); }

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

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

 a { background-color: rgb(37,108,144); }

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

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

 span { border-color: rgb(37,108,144); }

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