Html Css Color HEX #223049 Bunting

📋 copy color: '#223049'

red 34 ◦ green 48 ◦ blue 73

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

Shades of Bunting #223049

Tints of Bunting #223049

RGB

 RED value IS 34 (13.67% from 255) = 21.94%

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

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

R = 21.94%
G = 30.97%
B = 47.1%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#223049 (or 0x223049) is known color: Bunting. HEX triplet: 22, 30 and 49. RGB value is (34,48,73). Sum of RGB (Red+Green+Blue) = 34+48+73=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 48 (19.14% from 255 or 30.97% 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 #223049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223049 is #DDCFB6. Grayscale: #2E2E2E. Windows color (decimal): -14536631 or 4796450. OLE color: 4796450.

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

Color convert

RGB 34 48 73 -
CMYK 0.53 0.34 0 0.71
HSL 218.46º 0.36% 0.21% -
HSV(B) 218.46º 0.53% 0.29% -
XYZ 2.92 2.94 6.72 -
YUV 46.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 34 48 73 0.53 0.34 0 0.71 218.46 0.36 0.21
Hex 22 30 49 35 22 0 47 DA 24 15
Octal 42 60 111 65 42 0 107 332 44 25
Binary 100010 110000 1001001 110101 100010 0 1000111 11011010 100100 10101

Color Harmonies of #223049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223049

Black with #223049

Text Example


Text Example

White with #223049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223049; }

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

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

background-color css

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

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

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

border-color css

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

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

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