Html Css Color HEX #217479 Atoll

📋 copy color: '#217479'

red 33 ◦ green 116 ◦ blue 121

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

Shades of Atoll #217479

Tints of Atoll #217479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.96%

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

R = 12.22%
G = 42.96%
B = 44.81%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217479 (or 0x217479) is known color: Atoll. HEX triplet: 21, 74 and 79. RGB value is (33,116,121). Sum of RGB (Red+Green+Blue) = 33+116+121=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #217479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217479 is #DE8B86. Grayscale: #5B5B5B. Windows color (decimal): -14584711 or 7959585. OLE color: 7959585.

HSL color Cylindrical-coordinate representation of color #217479: hue angle of 183.41º 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 #217479 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 116 121 -
CMYK 0.73 0.04 0 0.53
HSL 183.41º 0.57% 0.3% -
HSV(B) 183.41º 0.73% 0.47% -
XYZ 10.32 14.19 20.28 -
YUV 91.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 33 116 121 0.73 0.04 0 0.53 183.41 0.57 0.3
Hex 21 74 79 49 4 0 35 B7 39 1E
Octal 41 164 171 111 4 0 65 267 71 36
Binary 100001 1110100 1111001 1001001 100 0 110101 10110111 111001 11110

Color Harmonies of #217479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217479

Black with #217479

Text Example


Text Example

White with #217479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217479; }

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

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

background-color css

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

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

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

border-color css

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

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

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