#226E91

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

Shades of Astral #226E91

Tints of Astral #226E91

Color information

#226E91 (or 0x226E91) is unknown color: approx Astral. HEX triplet: 22, 6E and 91. RGB value is (34,110,145). Sum of RGB (Red+Green+Blue) = 34+110+145=289 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.76% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #226E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E91 is #DD916E. Grayscale: #5B5B5B. Windows color (decimal): -14520687 or 9530914. OLE color: 9530914.

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

Color convert

RGB34110145-
CMYK0.770.2400.43
HSL198.92º62.01%35.1%-
HSV(B)198.92º76.55%56.86%-
XYZ11.3513.5428.8-
YUV91.27158.3287.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.76%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=11.76%
G=38.06%
B=50.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341101450.770.2400.43198.9262.0135.1
Hex226E914D1802Bc73e23
Octal42156221115300533077643
Binary100010110111010010001100110111000010101111000111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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