Html Css Color HEX #217981 Atoll

📋 copy color: '#217981'

red 33 ◦ green 121 ◦ blue 129

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

Shades of Atoll #217981

Tints of Atoll #217981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 11.66%
G = 42.76%
B = 45.58%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#217981 (or 0x217981) is known color: Atoll. HEX triplet: 21, 79 and 81. RGB value is (33,121,129). Sum of RGB (Red+Green+Blue) = 33+121+129=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #217981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217981 is #DE867E. Grayscale: #5F5F5F. Windows color (decimal): -14583423 or 8485153. OLE color: 8485153.

HSL color Cylindrical-coordinate representation of color #217981: hue angle of 185º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217981 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 121 129 -
CMYK 0.74 0.06 0 0.49
HSL 185º 0.59% 0.32% -
HSV(B) 185º 0.74% 0.51% -
XYZ 11.43 15.58 23.17 -
YUV 95.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 33 121 129 0.74 0.06 0 0.49 185 0.59 0.32
Hex 21 79 81 4A 6 0 31 B9 3B 20
Octal 41 171 201 112 6 0 61 271 73 40
Binary 100001 1111001 10000001 1001010 110 0 110001 10111001 111011 100000

Color Harmonies of #217981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217981

Black with #217981

Text Example


Text Example

White with #217981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217981; }

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

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

background-color css

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

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

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

border-color css

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

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

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