Html Css Color HEX #217794 Astral

📋 copy color: '#217794'

red 33 ◦ green 119 ◦ blue 148

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

Shades of Astral #217794

Tints of Astral #217794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 11%
G = 39.67%
B = 49.33%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217794 (or 0x217794) is known color: Astral. HEX triplet: 21, 77 and 94. RGB value is (33,119,148). Sum of RGB (Red+Green+Blue) = 33+119+148=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #217794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217794 is #DE886B. Grayscale: #606060. Windows color (decimal): -14583916 or 9729825. OLE color: 9729825.

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

Color convert

RGB 33 119 148 -
CMYK 0.78 0.20 0 0.42
HSL 195.13º 0.64% 0.35% -
HSV(B) 195.13º 0.78% 0.58% -
XYZ 12.57 15.66 30.38 -
YUV 96.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 33 119 148 0.78 0.20 0 0.42 195.13 0.64 0.35
Hex 21 77 94 4E 14 0 2A C3 40 23
Octal 41 167 224 116 24 0 52 303 100 43
Binary 100001 1110111 10010100 1001110 10100 0 101010 11000011 1000000 100011

Color Harmonies of #217794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217794

Black with #217794

Text Example


Text Example

White with #217794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217794; }

 p { color: rgb(33,119,148); }

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

background-color css

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

 a { background-color: rgb(33,119,148); }

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

border-color css

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

 span { border-color: rgb(33,119,148); }

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