#256B8E

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

Shades of Astral #256B8E

Tints of Astral #256B8E

Color information

#256B8E (or 0x256B8E) is unknown color: approx Astral. HEX triplet: 25, 6B and 8E. RGB value is (37,107,142). Sum of RGB (Red+Green+Blue) = 37+107+142=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #256B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B8E is #DA9471. Grayscale: #595959. Windows color (decimal): -14324850 or 9333541. OLE color: 9333541.

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

Color convert

RGB37107142-
CMYK0.740.2500.44
HSL200º58.66%35.1%-
HSV(B)200º73.94%55.69%-
XYZ10.912.8627.5-
YUV90.06157.3190.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 107 (42.19% from 255) = 37.41%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=12.94%
G=37.41%
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.44
SystemRedGreenBlueCMYKHSL
Decimal371071420.740.2500.4420058.6635.1
Hex256B8E4A1902Cc83b23
Octal45153216112310543107343
Binary100101110101110001110100101011001010110011001000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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