Html Css Color HEX #21737F Allports

📋 copy color: '#21737F'

red 33 ◦ green 115 ◦ blue 127

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

Shades of Allports #21737F

Tints of Allports #21737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.18%

R = 12%
G = 41.82%
B = 46.18%

CMYK

 C value IS 0.74

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#21737F (or 0x21737F) is known color: Allports. HEX triplet: 21, 73 and 7F. RGB value is (33,115,127). Sum of RGB (Red+Green+Blue) = 33+115+127=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #21737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21737F is #DE8C80. Grayscale: #5B5B5B. Windows color (decimal): -14584961 or 8352545. OLE color: 8352545.

HSL color Cylindrical-coordinate representation of color #21737F: hue angle of 187.66º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21737F is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 115 127 -
CMYK 0.74 0.09 0 0.50
HSL 187.66º 0.59% 0.31% -
HSV(B) 187.66º 0.74% 0.5% -
XYZ 10.59 14.12 22.25 -
YUV 91.85 147.83 86.02 -
System Red Green Blue C M Y K H S L
Decimal 33 115 127 0.74 0.09 0 0.50 187.66 0.59 0.31
Hex 21 73 7F 4A 9 0 32 BC 3B 1F
Octal 41 163 177 112 11 0 62 274 73 37
Binary 100001 1110011 1111111 1001010 1001 0 110010 10111100 111011 11111

Color Harmonies of #21737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21737F

Black with #21737F

Text Example


Text Example

White with #21737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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