Html Css Color HEX #227393 Astral

📋 copy color: '#227393'

red 34 ◦ green 115 ◦ blue 147

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

Shades of Astral #227393

Tints of Astral #227393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 11.49%
G = 38.85%
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

#227393 (or 0x227393) is known color: Astral. HEX triplet: 22, 73 and 93. RGB value is (34,115,147). Sum of RGB (Red+Green+Blue) = 34+115+147=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #227393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227393 is #DD8C6C. Grayscale: #5E5E5E. Windows color (decimal): -14519405 or 9663266. OLE color: 9663266.

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

Color convert

RGB 34 115 147 -
CMYK 0.77 0.22 0 0.42
HSL 196.99º 0.62% 0.35% -
HSV(B) 196.99º 0.77% 0.58% -
XYZ 12.06 14.71 29.81 -
YUV 94.43 157.66 84.9 -
System Red Green Blue C M Y K H S L
Decimal 34 115 147 0.77 0.22 0 0.42 196.99 0.62 0.35
Hex 22 73 93 4D 16 0 2A C5 3E 23
Octal 42 163 223 115 26 0 52 305 76 43
Binary 100010 1110011 10010011 1001101 10110 0 101010 11000101 111110 100011

Color Harmonies of #227393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227393

Black with #227393

Text Example


Text Example

White with #227393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227393; }

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

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

background-color css

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

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

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

border-color css

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

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

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