Html Css Color HEX #216E71 Atoll

📋 copy color: '#216E71'

red 33 ◦ green 110 ◦ blue 113

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

Shades of Atoll #216E71

Tints of Atoll #216E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.97%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 12.89%
G = 42.97%
B = 44.14%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#216E71 (or 0x216E71) is known color: Atoll. HEX triplet: 21, 6E and 71. RGB value is (33,110,113). Sum of RGB (Red+Green+Blue) = 33+110+113=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #216E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E71 is #DE918E. Grayscale: #575757. Windows color (decimal): -14586255 or 7433761. OLE color: 7433761.

HSL color Cylindrical-coordinate representation of color #216E71: hue angle of 182.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216E71 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 110 113 -
CMYK 0.71 0.03 0 0.56
HSL 182.25º 0.55% 0.29% -
HSV(B) 182.25º 0.71% 0.44% -
XYZ 9.18 12.67 17.58 -
YUV 87.32 142.49 89.26 -
System Red Green Blue C M Y K H S L
Decimal 33 110 113 0.71 0.03 0 0.56 182.25 0.55 0.29
Hex 21 6E 71 47 3 0 38 B6 37 1D
Octal 41 156 161 107 3 0 70 266 67 35
Binary 100001 1101110 1110001 1000111 11 0 111000 10110110 110111 11101

Color Harmonies of #216E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216E71

Black with #216E71

Text Example


Text Example

White with #216E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216E71; }

 p { color: rgb(33,110,113); }

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

background-color css

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

 a { background-color: rgb(33,110,113); }

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

border-color css

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

 span { border-color: rgb(33,110,113); }

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