Html Css Color HEX #256E91 Astral

📋 copy color: '#256E91'

red 37 ◦ green 110 ◦ blue 145

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

Shades of Astral #256E91

Tints of Astral #256E91

RGB

 RED value IS 37 (14.84% from 255) = 12.67%

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 12.67%
G = 37.67%
B = 49.66%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#256E91 (or 0x256E91) is known color: Astral. HEX triplet: 25, 6E and 91. RGB value is (37,110,145). Sum of RGB (Red+Green+Blue) = 37+110+145=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #256E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E91 is #DA916E. Grayscale: #5B5B5B. Windows color (decimal): -14324079 or 9530917. OLE color: 9530917.

HSL color Cylindrical-coordinate representation of color #256E91: hue angle of 199.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256E91 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 110 145 -
CMYK 0.74 0.24 0 0.43
HSL 199.44º 0.59% 0.36% -
HSV(B) 199.44º 0.74% 0.57% -
XYZ 11.45 13.59 28.81 -
YUV 92.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 37 110 145 0.74 0.24 0 0.43 199.44 0.59 0.36
Hex 25 6E 91 4A 18 0 2B C7 3B 24
Octal 45 156 221 112 30 0 53 307 73 44
Binary 100101 1101110 10010001 1001010 11000 0 101011 11000111 111011 100100

Color Harmonies of #256E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256E91

Black with #256E91

Text Example


Text Example

White with #256E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,110,145); }

 H1.HeaderClassName
 {
   color: #256E91;
 }
 .AnyTagClassName
 {
   color: #256E91;
 }
</style>

background-color css

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

 a { background-color: rgb(37,110,145); }

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

border-color css

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

 span { border-color: rgb(37,110,145); }

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