Html Css Color HEX #293553 Bunting

📋 copy color: '#293553'

red 41 ◦ green 53 ◦ blue 83

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

Shades of Bunting #293553

Tints of Bunting #293553

RGB

 RED value IS 41 (16.41% from 255) = 23.16%

 GREEN value IS 53 (21.09% from 255) = 29.94%

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 23.16%
G = 29.94%
B = 46.89%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293553 (or 0x293553) is known color: Bunting. HEX triplet: 29, 35 and 53. RGB value is (41,53,83). Sum of RGB (Red+Green+Blue) = 41+53+83=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #293553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293553 is #D6CAAC. Grayscale: #343434. Windows color (decimal): -14076589 or 5453097. OLE color: 5453097.

HSL color Cylindrical-coordinate representation of color #293553: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293553 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 53 83 -
CMYK 0.51 0.36 0 0.67
HSL 222.86º 0.34% 0.24% -
HSV(B) 222.86º 0.51% 0.33% -
XYZ 3.75 3.64 8.69 -
YUV 52.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 41 53 83 0.51 0.36 0 0.67 222.86 0.34 0.24
Hex 29 35 53 33 24 0 43 DF 22 18
Octal 51 65 123 63 44 0 103 337 42 30
Binary 101001 110101 1010011 110011 100100 0 1000011 11011111 100010 11000

Color Harmonies of #293553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293553

Black with #293553

Text Example


Text Example

White with #293553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293553; }

 p { color: rgb(41,53,83); }

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

background-color css

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

 a { background-color: rgb(41,53,83); }

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

border-color css

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

 span { border-color: rgb(41,53,83); }

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