Html Css Color HEX #21737C Allports

📋 copy color: '#21737C'

red 33 ◦ green 115 ◦ blue 124

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

Shades of Allports #21737C

Tints of Allports #21737C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 12.13%
G = 42.28%
B = 45.59%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21737C (or 0x21737C) is known color: Allports. HEX triplet: 21, 73 and 7C. RGB value is (33,115,124). Sum of RGB (Red+Green+Blue) = 33+115+124=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #21737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21737C is #DE8C83. Grayscale: #5B5B5B. Windows color (decimal): -14584964 or 8155937. OLE color: 8155937.

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

Color convert

RGB 33 115 124 -
CMYK 0.73 0.07 0 0.51
HSL 185.93º 0.58% 0.31% -
HSV(B) 185.93º 0.73% 0.49% -
XYZ 10.4 14.04 21.23 -
YUV 91.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 33 115 124 0.73 0.07 0 0.51 185.93 0.58 0.31
Hex 21 73 7C 49 7 0 33 BA 3A 1F
Octal 41 163 174 111 7 0 63 272 72 37
Binary 100001 1110011 1111100 1001001 111 0 110011 10111010 111010 11111

Color Harmonies of #21737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21737C

Black with #21737C

Text Example


Text Example

White with #21737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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