Html Css Color HEX #227793 Astral

📋 copy color: '#227793'

red 34 ◦ green 119 ◦ blue 147

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

Shades of Astral #227793

Tints of Astral #227793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 11.33%
G = 39.67%
B = 49%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227793 (or 0x227793) is known color: Astral. HEX triplet: 22, 77 and 93. RGB value is (34,119,147). Sum of RGB (Red+Green+Blue) = 34+119+147=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #227793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227793 is #DD886C. Grayscale: #606060. Windows color (decimal): -14518381 or 9664290. OLE color: 9664290.

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

Color convert

RGB 34 119 147 -
CMYK 0.77 0.19 0 0.42
HSL 194.87º 0.62% 0.35% -
HSV(B) 194.87º 0.77% 0.58% -
XYZ 12.52 15.64 29.96 -
YUV 96.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 34 119 147 0.77 0.19 0 0.42 194.87 0.62 0.35
Hex 22 77 93 4D 13 0 2A C3 3E 23
Octal 42 167 223 115 23 0 52 303 76 43
Binary 100010 1110111 10010011 1001101 10011 0 101010 11000011 111110 100011

Color Harmonies of #227793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227793

Black with #227793

Text Example


Text Example

White with #227793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227793; }

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

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

background-color css

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

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

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

border-color css

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

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

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