#256a8d

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

Shades of Astral #256A8D

Tints of Astral #256A8D

Color information

#256A8D (or 0x256A8D) is unknown color: approx Astral. HEX triplet: 25, 6A and 8D. RGB value is (37,106,141). Sum of RGB (Red+Green+Blue) = 37+106+141=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #256A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A8D is #DA9572. Grayscale: #595959. Windows color (decimal): -14325107 or 9267749. OLE color: 9267749.

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

Color convert

RGB37106141-
CMYK0.740.2500.45
HSL200.19º58.43%34.9%-
HSV(B)200.19º73.76%55.29%-
XYZ10.7212.6227.07-
YUV89.36157.1490.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=13.03%
G=37.32%
B=49.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal371061410.740.2500.45200.1958.4334.9
Hex256A8D4A1902Dc83a23
Octal45152215112310553107243
Binary100101110101010001101100101011001010110111001000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256a8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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