Html Css Color HEX #217177 Atoll

📋 copy color: '#217177'

red 33 ◦ green 113 ◦ blue 119

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

Shades of Atoll #217177

Tints of Atoll #217177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 12.45%
G = 42.64%
B = 44.91%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217177 (or 0x217177) is known color: Atoll. HEX triplet: 21, 71 and 77. RGB value is (33,113,119). Sum of RGB (Red+Green+Blue) = 33+113+119=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #217177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217177 is #DE8E88. Grayscale: #595959. Windows color (decimal): -14585481 or 7827745. OLE color: 7827745.

HSL color Cylindrical-coordinate representation of color #217177: hue angle of 184.19º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217177 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 113 119 -
CMYK 0.72 0.05 0 0.53
HSL 184.19º 0.57% 0.3% -
HSV(B) 184.19º 0.72% 0.47% -
XYZ 9.86 13.47 19.53 -
YUV 89.76 144.5 87.51 -
System Red Green Blue C M Y K H S L
Decimal 33 113 119 0.72 0.05 0 0.53 184.19 0.57 0.3
Hex 21 71 77 48 5 0 35 B8 39 1E
Octal 41 161 167 110 5 0 65 270 71 36
Binary 100001 1110001 1110111 1001000 101 0 110101 10111000 111001 11110

Color Harmonies of #217177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217177

Black with #217177

Text Example


Text Example

White with #217177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217177; }

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

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

background-color css

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

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

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

border-color css

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

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

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