#227092

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

Shades of Astral #227092

Tints of Astral #227092

Color information

#227092 (or 0x227092) is unknown color: approx Astral. HEX triplet: 22, 70 and 92. RGB value is (34,112,146). Sum of RGB (Red+Green+Blue) = 34+112+146=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #227092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227092 is #DD8F6D. Grayscale: #5C5C5C. Windows color (decimal): -14520174 or 9596962. OLE color: 9596962.

HSL color Cylindrical-coordinate representation of color #227092: hue angle of 198.21º 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 #227092 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB34112146-
CMYK0.770.2300.43
HSL198.21º62.22%35.29%-
HSV(B)198.21º76.71%57.25%-
XYZ11.641429.28-
YUV92.55158.1686.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.64%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 146 (57.42% from 255) = 50%
R=11.64%
G=38.36%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341121460.770.2300.43198.2162.2235.29
Hex2270924D1702Bc63e23
Octal42160222115270533067643
Binary100010111000010010010100110110111010101111000110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227092; }

 p { color: rgb(34,112,146); }

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

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

 a { background-color: rgb(34,112,146); }

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

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

 span { border-color: rgb(34,112,146); }

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