Html Css Color HEX #227494 Astral

📋 copy color: '#227494'

red 34 ◦ green 116 ◦ blue 148

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

Shades of Astral #227494

Tints of Astral #227494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 11.41%
G = 38.93%
B = 49.66%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#227494 (or 0x227494) is known color: Astral. HEX triplet: 22, 74 and 94. RGB value is (34,116,148). Sum of RGB (Red+Green+Blue) = 34+116+148=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #227494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227494 is #DD8B6B. Grayscale: #5E5E5E. Windows color (decimal): -14519148 or 9729058. OLE color: 9729058.

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

Color convert

RGB 34 116 148 -
CMYK 0.77 0.22 0 0.42
HSL 196.84º 0.63% 0.36% -
HSV(B) 196.84º 0.77% 0.58% -
XYZ 12.25 14.97 30.26 -
YUV 95.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 34 116 148 0.77 0.22 0 0.42 196.84 0.63 0.36
Hex 22 74 94 4D 16 0 2A C5 3F 24
Octal 42 164 224 115 26 0 52 305 77 44
Binary 100010 1110100 10010100 1001101 10110 0 101010 11000101 111111 100100

Color Harmonies of #227494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227494

Black with #227494

Text Example


Text Example

White with #227494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227494; }

 p { color: rgb(34,116,148); }

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

background-color css

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

 a { background-color: rgb(34,116,148); }

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

border-color css

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

 span { border-color: rgb(34,116,148); }

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