Html Css Color HEX #227693 Astral

📋 copy color: '#227693'

red 34 ◦ green 118 ◦ blue 147

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

Shades of Astral #227693

Tints of Astral #227693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 11.37%
G = 39.46%
B = 49.16%

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

#227693 (or 0x227693) is known color: Astral. HEX triplet: 22, 76 and 93. RGB value is (34,118,147). Sum of RGB (Red+Green+Blue) = 34+118+147=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #227693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227693 is #DD896C. Grayscale: #5F5F5F. Windows color (decimal): -14518637 or 9664034. OLE color: 9664034.

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

Color convert

RGB 34 118 147 -
CMYK 0.77 0.20 0 0.42
HSL 195.4º 0.62% 0.35% -
HSV(B) 195.4º 0.77% 0.58% -
XYZ 12.4 15.4 29.92 -
YUV 96.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 34 118 147 0.77 0.20 0 0.42 195.4 0.62 0.35
Hex 22 76 93 4D 14 0 2A C3 3E 23
Octal 42 166 223 115 24 0 52 303 76 43
Binary 100010 1110110 10010011 1001101 10100 0 101010 11000011 111110 100011

Color Harmonies of #227693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227693

Black with #227693

Text Example


Text Example

White with #227693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227693; }

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

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

background-color css

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

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

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

border-color css

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

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

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