#256a90

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

Shades of Astral #256A90

Tints of Astral #256A90

Color information

#256A90 (or 0x256A90) is unknown color: approx Astral. HEX triplet: 25, 6A and 90. RGB value is (37,106,144). Sum of RGB (Red+Green+Blue) = 37+106+144=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #256A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A90 is #DA956F. Grayscale: #595959. Windows color (decimal): -14325104 or 9464357. OLE color: 9464357.

HSL color Cylindrical-coordinate representation of color #256A90: hue angle of 201.31º 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 #256A90 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37106144-
CMYK0.740.2600.44
HSL201.31º59.12%35.49%-
HSV(B)201.31º74.31%56.47%-
XYZ10.9512.7228.26-
YUV89.7158.6490.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 106 (41.80% from 255) = 36.93%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=12.89%
G=36.93%
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.44
SystemRedGreenBlueCMYKHSL
Decimal371061440.740.2600.44201.3159.1235.49
Hex256A904A1A02Cc93b23
Octal45152220112320543117343
Binary100101110101010010000100101011010010110011001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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