Html Css Color HEX #217895 Astral

📋 copy color: '#217895'

red 33 ◦ green 120 ◦ blue 149

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

Shades of Astral #217895

Tints of Astral #217895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.74%

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

R = 10.93%
G = 39.74%
B = 49.34%

CMYK

 C value IS 0.78

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#217895 (or 0x217895) is known color: Astral. HEX triplet: 21, 78 and 95. RGB value is (33,120,149). Sum of RGB (Red+Green+Blue) = 33+120+149=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #217895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217895 is #DE876A. Grayscale: #616161. Windows color (decimal): -14583659 or 9795617. OLE color: 9795617.

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

Color convert

RGB 33 120 149 -
CMYK 0.78 0.19 0 0.42
HSL 195º 0.64% 0.36% -
HSV(B) 195º 0.78% 0.58% -
XYZ 12.77 15.93 30.83 -
YUV 97.29 157.18 82.14 -
System Red Green Blue C M Y K H S L
Decimal 33 120 149 0.78 0.19 0 0.42 195 0.64 0.36
Hex 21 78 95 4E 13 0 2A C3 40 24
Octal 41 170 225 116 23 0 52 303 100 44
Binary 100001 1111000 10010101 1001110 10011 0 101010 11000011 1000000 100100

Color Harmonies of #217895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217895

Black with #217895

Text Example


Text Example

White with #217895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217895; }

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

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

background-color css

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

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

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

border-color css

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

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

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