#227593

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

Shades of Astral #227593

Tints of Astral #227593

Color information

#227593 (or 0x227593) is unknown color: approx Astral. HEX triplet: 22, 75 and 93. RGB value is (34,117,147). Sum of RGB (Red+Green+Blue) = 34+117+147=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #227593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227593 is #DD8A6C. Grayscale: #5F5F5F. Windows color (decimal): -14518893 or 9663778. OLE color: 9663778.

HSL color Cylindrical-coordinate representation of color #227593: hue angle of 195.93º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227593 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB34117147-
CMYK0.770.2000.42
HSL195.93º62.43%35.49%-
HSV(B)195.93º76.87%57.65%-
XYZ12.2915.1729.88-
YUV95.615784.06-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.41%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=11.41%
G=39.26%
B=49.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341171470.770.2000.42195.9362.4335.49
Hex2275934D1402Ac43e23
Octal42165223115240523047643
Binary100010111010110010011100110110100010101011000100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #227593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #227593; }

 p { color: rgb(34,117,147); }

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

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

 a { background-color: rgb(34,117,147); }

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

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

 span { border-color: rgb(34,117,147); }

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