Html Css Color HEX #217193 Astral

📋 copy color: '#217193'

red 33 ◦ green 113 ◦ blue 147

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

Shades of Astral #217193

Tints of Astral #217193

RGB

 RED value IS 33 (13.28% from 255) = 11.26%

 GREEN value IS 113 (44.53% from 255) = 38.57%

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

R = 11.26%
G = 38.57%
B = 50.17%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217193 (or 0x217193) is known color: Astral. HEX triplet: 21, 71 and 93. RGB value is (33,113,147). Sum of RGB (Red+Green+Blue) = 33+113+147=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #217193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217193 is #DE8E6C. Grayscale: #5C5C5C. Windows color (decimal): -14585453 or 9662753. OLE color: 9662753.

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

Color convert

RGB 33 113 147 -
CMYK 0.78 0.23 0 0.42
HSL 197.89º 0.63% 0.35% -
HSV(B) 197.89º 0.78% 0.58% -
XYZ 11.8 14.24 29.73 -
YUV 92.96 158.5 85.24 -
System Red Green Blue C M Y K H S L
Decimal 33 113 147 0.78 0.23 0 0.42 197.89 0.63 0.35
Hex 21 71 93 4E 17 0 2A C6 3F 23
Octal 41 161 223 116 27 0 52 306 77 43
Binary 100001 1110001 10010011 1001110 10111 0 101010 11000110 111111 100011

Color Harmonies of #217193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217193

Black with #217193

Text Example


Text Example

White with #217193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217193; }

 p { color: rgb(33,113,147); }

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

background-color css

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

 a { background-color: rgb(33,113,147); }

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

border-color css

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

 span { border-color: rgb(33,113,147); }

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