Html Css Color HEX #217679 Atoll

📋 copy color: '#217679'

red 33 ◦ green 118 ◦ blue 121

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

Shades of Atoll #217679

Tints of Atoll #217679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.38%

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

R = 12.13%
G = 43.38%
B = 44.49%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#217679 (or 0x217679) is known color: Atoll. HEX triplet: 21, 76 and 79. RGB value is (33,118,121). Sum of RGB (Red+Green+Blue) = 33+118+121=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #217679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217679 is #DE8986. Grayscale: #5C5C5C. Windows color (decimal): -14584199 or 7960097. OLE color: 7960097.

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

Color convert

RGB 33 118 121 -
CMYK 0.73 0.02 0 0.53
HSL 182.05º 0.57% 0.3% -
HSV(B) 182.05º 0.73% 0.47% -
XYZ 10.56 14.66 20.36 -
YUV 92.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 33 118 121 0.73 0.02 0 0.53 182.05 0.57 0.3
Hex 21 76 79 49 2 0 35 B6 39 1E
Octal 41 166 171 111 2 0 65 266 71 36
Binary 100001 1110110 1111001 1001001 10 0 110101 10110110 111001 11110

Color Harmonies of #217679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217679

Black with #217679

Text Example


Text Example

White with #217679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217679; }

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

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

background-color css

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

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

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

border-color css

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

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

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