Html Css Color HEX #21748D Allports

📋 copy color: '#21748D'

red 33 ◦ green 116 ◦ blue 141

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

Shades of Allports #21748D

Tints of Allports #21748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

 BLUE value IS 141 (55.47% from 255) = 48.62%

R = 11.38%
G = 40%
B = 48.62%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21748D (or 0x21748D) is known color: Allports. HEX triplet: 21, 74 and 8D. RGB value is (33,116,141). Sum of RGB (Red+Green+Blue) = 33+116+141=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #21748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21748D is #DE8B72. Grayscale: #5D5D5D. Windows color (decimal): -14584691 or 9270305. OLE color: 9270305.

HSL color Cylindrical-coordinate representation of color #21748D: hue angle of 193.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21748D is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 116 141 -
CMYK 0.77 0.18 0 0.45
HSL 193.89º 0.62% 0.34% -
HSV(B) 193.89º 0.77% 0.55% -
XYZ 11.68 14.74 27.43 -
YUV 94.03 154.5 84.47 -
System Red Green Blue C M Y K H S L
Decimal 33 116 141 0.77 0.18 0 0.45 193.89 0.62 0.34
Hex 21 74 8D 4D 12 0 2D C2 3E 22
Octal 41 164 215 115 22 0 55 302 76 42
Binary 100001 1110100 10001101 1001101 10010 0 101101 11000010 111110 100010

Color Harmonies of #21748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21748D

Black with #21748D

Text Example


Text Example

White with #21748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,116,141); }

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

background-color css

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

 a { background-color: rgb(33,116,141); }

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

border-color css

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

 span { border-color: rgb(33,116,141); }

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