Html Css Color HEX #256B8E Astral

📋 copy color: '#256B8E'

red 37 ◦ green 107 ◦ blue 142

#256B8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #256B8E

Tints of Astral #256B8E

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 value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#256B8E (or 0x256B8E) is known color: 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

RGB 37 107 142 -
CMYK 0.74 0.25 0 0.44
HSL 200º 0.59% 0.35% -
HSV(B) 200º 0.74% 0.56% -
XYZ 10.9 12.86 27.5 -
YUV 90.06 157.31 90.15 -
System Red Green Blue C M Y K H S L
Decimal 37 107 142 0.74 0.25 0 0.44 200 0.59 0.35
Hex 25 6B 8E 4A 19 0 2C C8 3B 23
Octal 45 153 216 112 31 0 54 310 73 43
Binary 100101 1101011 10001110 1001010 11001 0 101100 11001000 111011 100011

Color Harmonies of #256B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B8E

Black with #256B8E

Text Example


Text Example

White with #256B8E

Text Example


Text Example

HTML Codes & Css Web 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>