Html Css Color HEX #21637D Allports

📋 copy color: '#21637D'

red 33 ◦ green 99 ◦ blue 125

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

Shades of Allports #21637D

Tints of Allports #21637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

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

R = 12.84%
G = 38.52%
B = 48.64%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21637D (or 0x21637D) is known color: Allports. HEX triplet: 21, 63 and 7D. RGB value is (33,99,125). Sum of RGB (Red+Green+Blue) = 33+99+125=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #21637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21637D is #DE9C82. Grayscale: #525252. Windows color (decimal): -14589059 or 8217377. OLE color: 8217377.

HSL color Cylindrical-coordinate representation of color #21637D: hue angle of 196.96º 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 #21637D is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 99 125 -
CMYK 0.74 0.21 0 0.51
HSL 196.96º 0.58% 0.31% -
HSV(B) 196.96º 0.74% 0.49% -
XYZ 8.79 10.73 21.01 -
YUV 82.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 33 99 125 0.74 0.21 0 0.51 196.96 0.58 0.31
Hex 21 63 7D 4A 15 0 33 C5 3A 1F
Octal 41 143 175 112 25 0 63 305 72 37
Binary 100001 1100011 1111101 1001010 10101 0 110011 11000101 111010 11111

Color Harmonies of #21637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21637D

Black with #21637D

Text Example


Text Example

White with #21637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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