Html Css Color HEX #217879 Atoll

📋 copy color: '#217879'

red 33 ◦ green 120 ◦ blue 121

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

Shades of Atoll #217879

Tints of Atoll #217879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 12.04%
G = 43.8%
B = 44.16%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217879 (or 0x217879) is known color: Atoll. HEX triplet: 21, 78 and 79. RGB value is (33,120,121). Sum of RGB (Red+Green+Blue) = 33+120+121=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #217879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217879 is #DE8786. Grayscale: #5E5E5E. Windows color (decimal): -14583687 or 7960609. OLE color: 7960609.

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

Color convert

RGB 33 120 121 -
CMYK 0.73 0.01 0 0.53
HSL 180.68º 0.57% 0.3% -
HSV(B) 180.68º 0.73% 0.47% -
XYZ 10.79 15.14 20.44 -
YUV 94.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 33 120 121 0.73 0.01 0 0.53 180.68 0.57 0.3
Hex 21 78 79 49 1 0 35 B5 39 1E
Octal 41 170 171 111 1 0 65 265 71 36
Binary 100001 1111000 1111001 1001001 1 0 110101 10110101 111001 11110

Color Harmonies of #217879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217879

Black with #217879

Text Example


Text Example

White with #217879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217879; }

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

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

background-color css

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

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

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

border-color css

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

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

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