Html Css Color HEX #21737A Atoll

📋 copy color: '#21737A'

red 33 ◦ green 115 ◦ blue 122

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

Shades of Atoll #21737A

Tints of Atoll #21737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 12.22%
G = 42.59%
B = 45.19%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21737A (or 0x21737A) is known color: Atoll. HEX triplet: 21, 73 and 7A. RGB value is (33,115,122). Sum of RGB (Red+Green+Blue) = 33+115+122=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #21737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21737A is #DE8C85. Grayscale: #5B5B5B. Windows color (decimal): -14584966 or 8024865. OLE color: 8024865.

HSL color Cylindrical-coordinate representation of color #21737A: hue angle of 184.72º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21737A is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 115 122 -
CMYK 0.73 0.06 0 0.52
HSL 184.72º 0.57% 0.3% -
HSV(B) 184.72º 0.73% 0.48% -
XYZ 10.27 13.99 20.57 -
YUV 91.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 33 115 122 0.73 0.06 0 0.52 184.72 0.57 0.3
Hex 21 73 7A 49 6 0 34 B9 39 1E
Octal 41 163 172 111 6 0 64 271 71 36
Binary 100001 1110011 1111010 1001001 110 0 110100 10111001 111001 11110

Color Harmonies of #21737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21737A

Black with #21737A

Text Example


Text Example

White with #21737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21737A; }

 p { color: rgb(33,115,122); }

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

background-color css

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

 a { background-color: rgb(33,115,122); }

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

border-color css

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

 span { border-color: rgb(33,115,122); }

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