Html Css Color HEX #213149 Bunting

📋 copy color: '#213149'

red 33 ◦ green 49 ◦ blue 73

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

Shades of Bunting #213149

Tints of Bunting #213149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 73 (28.91% from 255) = 47.1%

R = 21.29%
G = 31.61%
B = 47.1%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#213149 (or 0x213149) is known color: Bunting. HEX triplet: 21, 31 and 49. RGB value is (33,49,73). Sum of RGB (Red+Green+Blue) = 33+49+73=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #213149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213149 is #DECEB6. Grayscale: #2E2E2E. Windows color (decimal): -14601911 or 4796705. OLE color: 4796705.

HSL color Cylindrical-coordinate representation of color #213149: hue angle of 216º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #213149 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 49 73 -
CMYK 0.55 0.33 0 0.71
HSL 216º 0.38% 0.21% -
HSV(B) 216º 0.55% 0.29% -
XYZ 2.93 3 6.73 -
YUV 46.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 33 49 73 0.55 0.33 0 0.71 216 0.38 0.21
Hex 21 31 49 37 21 0 47 D8 26 15
Octal 41 61 111 67 41 0 107 330 46 25
Binary 100001 110001 1001001 110111 100001 0 1000111 11011000 100110 10101

Color Harmonies of #213149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213149

Black with #213149

Text Example


Text Example

White with #213149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213149; }

 p { color: rgb(33,49,73); }

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

background-color css

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

 a { background-color: rgb(33,49,73); }

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

border-color css

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

 span { border-color: rgb(33,49,73); }

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