Html Css Color HEX #217C84 Atoll

📋 copy color: '#217C84'

red 33 ◦ green 124 ◦ blue 132

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

Shades of Atoll #217C84

Tints of Atoll #217C84

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.91%

 BLUE value IS 132 (51.95% from 255) = 45.67%

R = 11.42%
G = 42.91%
B = 45.67%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#217C84 (or 0x217C84) is known color: Atoll. HEX triplet: 21, 7C and 84. RGB value is (33,124,132). Sum of RGB (Red+Green+Blue) = 33+124+132=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #217C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217C84 is #DE837B. Grayscale: #616161. Windows color (decimal): -14582652 or 8682529. OLE color: 8682529.

HSL color Cylindrical-coordinate representation of color #217C84: hue angle of 184.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217C84 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 124 132 -
CMYK 0.75 0.06 0 0.48
HSL 184.85º 0.6% 0.32% -
HSV(B) 184.85º 0.75% 0.52% -
XYZ 12 16.4 24.36 -
YUV 97.7 147.35 81.85 -
System Red Green Blue C M Y K H S L
Decimal 33 124 132 0.75 0.06 0 0.48 184.85 0.6 0.32
Hex 21 7C 84 4B 6 0 30 B9 3C 20
Octal 41 174 204 113 6 0 60 271 74 40
Binary 100001 1111100 10000100 1001011 110 0 110000 10111001 111100 100000

Color Harmonies of #217C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217C84

Black with #217C84

Text Example


Text Example

White with #217C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217C84; }

 p { color: rgb(33,124,132); }

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

background-color css

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

 a { background-color: rgb(33,124,132); }

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

border-color css

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

 span { border-color: rgb(33,124,132); }

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