Html Css Color HEX #217393 Astral

📋 copy color: '#217393'

red 33 ◦ green 115 ◦ blue 147

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

Shades of Astral #217393

Tints of Astral #217393

RGB

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

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

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

R = 11.19%
G = 38.98%
B = 49.83%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217393 (or 0x217393) is known color: Astral. HEX triplet: 21, 73 and 93. RGB value is (33,115,147). Sum of RGB (Red+Green+Blue) = 33+115+147=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #217393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217393 is #DE8C6C. Grayscale: #5D5D5D. Windows color (decimal): -14584941 or 9663265. OLE color: 9663265.

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

Color convert

RGB 33 115 147 -
CMYK 0.78 0.22 0 0.42
HSL 196.84º 0.63% 0.35% -
HSV(B) 196.84º 0.78% 0.58% -
XYZ 12.02 14.69 29.81 -
YUV 94.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 33 115 147 0.78 0.22 0 0.42 196.84 0.63 0.35
Hex 21 73 93 4E 16 0 2A C5 3F 23
Octal 41 163 223 116 26 0 52 305 77 43
Binary 100001 1110011 10010011 1001110 10110 0 101010 11000101 111111 100011

Color Harmonies of #217393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217393

Black with #217393

Text Example


Text Example

White with #217393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217393; }

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

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

background-color css

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

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

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

border-color css

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

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

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