Html Css Color HEX #217795 Astral

📋 copy color: '#217795'

red 33 ◦ green 119 ◦ blue 149

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

Shades of Astral #217795

Tints of Astral #217795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 10.96%
G = 39.53%
B = 49.5%

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

#217795 (or 0x217795) is known color: Astral. HEX triplet: 21, 77 and 95. RGB value is (33,119,149). Sum of RGB (Red+Green+Blue) = 33+119+149=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #217795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217795 is #DE886A. Grayscale: #606060. Windows color (decimal): -14583915 or 9795361. OLE color: 9795361.

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

Color convert

RGB 33 119 149 -
CMYK 0.78 0.20 0 0.42
HSL 195.52º 0.64% 0.36% -
HSV(B) 195.52º 0.78% 0.58% -
XYZ 12.65 15.69 30.79 -
YUV 96.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 33 119 149 0.78 0.20 0 0.42 195.52 0.64 0.36
Hex 21 77 95 4E 14 0 2A C4 40 24
Octal 41 167 225 116 24 0 52 304 100 44
Binary 100001 1110111 10010101 1001110 10100 0 101010 11000100 1000000 100100

Color Harmonies of #217795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217795

Black with #217795

Text Example


Text Example

White with #217795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217795; }

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

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

background-color css

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

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

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

border-color css

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

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

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