Html Css Color HEX #21737D Allports

📋 copy color: '#21737D'

red 33 ◦ green 115 ◦ blue 125

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

Shades of Allports #21737D

Tints of Allports #21737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 12.09%
G = 42.12%
B = 45.79%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21737D (or 0x21737D) is known color: Allports. HEX triplet: 21, 73 and 7D. RGB value is (33,115,125). Sum of RGB (Red+Green+Blue) = 33+115+125=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #21737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21737D is #DE8C82. Grayscale: #5B5B5B. Windows color (decimal): -14584963 or 8221473. OLE color: 8221473.

HSL color Cylindrical-coordinate representation of color #21737D: hue angle of 186.52º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21737D is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 115 125 -
CMYK 0.74 0.08 0 0.51
HSL 186.52º 0.58% 0.31% -
HSV(B) 186.52º 0.74% 0.49% -
XYZ 10.46 14.07 21.57 -
YUV 91.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 33 115 125 0.74 0.08 0 0.51 186.52 0.58 0.31
Hex 21 73 7D 4A 8 0 33 BB 3A 1F
Octal 41 163 175 112 10 0 63 273 72 37
Binary 100001 1110011 1111101 1001010 1000 0 110011 10111011 111010 11111

Color Harmonies of #21737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21737D

Black with #21737D

Text Example


Text Example

White with #21737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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