Html Css Color HEX #227592 Astral

📋 copy color: '#227592'

red 34 ◦ green 117 ◦ blue 146

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

Shades of Astral #227592

Tints of Astral #227592

RGB

 RED value IS 34 (13.67% from 255) = 11.45%

 GREEN value IS 117 (46.09% from 255) = 39.39%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 11.45%
G = 39.39%
B = 49.16%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#227592 (or 0x227592) is known color: Astral. HEX triplet: 22, 75 and 92. RGB value is (34,117,146). Sum of RGB (Red+Green+Blue) = 34+117+146=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #227592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227592 is #DD8A6D. Grayscale: #5F5F5F. Windows color (decimal): -14518894 or 9598242. OLE color: 9598242.

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

Color convert

RGB 34 117 146 -
CMYK 0.77 0.20 0 0.43
HSL 195.54º 0.62% 0.35% -
HSV(B) 195.54º 0.77% 0.57% -
XYZ 12.21 15.14 29.47 -
YUV 95.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 34 117 146 0.77 0.20 0 0.43 195.54 0.62 0.35
Hex 22 75 92 4D 14 0 2B C4 3E 23
Octal 42 165 222 115 24 0 53 304 76 43
Binary 100010 1110101 10010010 1001101 10100 0 101011 11000100 111110 100011

Color Harmonies of #227592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227592

Black with #227592

Text Example


Text Example

White with #227592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227592; }

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

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

background-color css

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

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

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

border-color css

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

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

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