Html Css Color HEX #227795 Astral

📋 copy color: '#227795'

red 34 ◦ green 119 ◦ blue 149

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

Shades of Astral #227795

Tints of Astral #227795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 11.26%
G = 39.4%
B = 49.34%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227795 (or 0x227795) is known color: Astral. HEX triplet: 22, 77 and 95. RGB value is (34,119,149). Sum of RGB (Red+Green+Blue) = 34+119+149=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #227795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227795 is #DD886A. Grayscale: #606060. Windows color (decimal): -14518379 or 9795362. OLE color: 9795362.

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

Color convert

RGB 34 119 149 -
CMYK 0.77 0.20 0 0.42
HSL 195.65º 0.63% 0.36% -
HSV(B) 195.65º 0.77% 0.58% -
XYZ 12.68 15.7 30.8 -
YUV 97.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 34 119 149 0.77 0.20 0 0.42 195.65 0.63 0.36
Hex 22 77 95 4D 14 0 2A C4 3F 24
Octal 42 167 225 115 24 0 52 304 77 44
Binary 100010 1110111 10010101 1001101 10100 0 101010 11000100 111111 100100

Color Harmonies of #227795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227795

Black with #227795

Text Example


Text Example

White with #227795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227795; }

 p { color: rgb(34,119,149); }

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

background-color css

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

 a { background-color: rgb(34,119,149); }

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

border-color css

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

 span { border-color: rgb(34,119,149); }

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