Html Css Color HEX #213049 Bunting

📋 copy color: '#213049'

red 33 ◦ green 48 ◦ blue 73

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

Shades of Bunting #213049

Tints of Bunting #213049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.17%

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

R = 21.43%
G = 31.17%
B = 47.4%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#213049 (or 0x213049) is known color: Bunting. HEX triplet: 21, 30 and 49. RGB value is (33,48,73). Sum of RGB (Red+Green+Blue) = 33+48+73=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #213049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213049 is #DECFB6. Grayscale: #2E2E2E. Windows color (decimal): -14602167 or 4796449. OLE color: 4796449.

HSL color Cylindrical-coordinate representation of color #213049: hue angle of 217.5º 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 #213049 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 48 73 -
CMYK 0.55 0.34 0 0.71
HSL 217.5º 0.38% 0.21% -
HSV(B) 217.5º 0.55% 0.29% -
XYZ 2.89 2.92 6.71 -
YUV 46.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 33 48 73 0.55 0.34 0 0.71 217.5 0.38 0.21
Hex 21 30 49 37 22 0 47 DA 26 15
Octal 41 60 111 67 42 0 107 332 46 25
Binary 100001 110000 1001001 110111 100010 0 1000111 11011010 100110 10101

Color Harmonies of #213049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213049

Black with #213049

Text Example


Text Example

White with #213049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213049; }

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

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

background-color css

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

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

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

border-color css

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

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

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