Html Css Color HEX #293048 Bunting

📋 copy color: '#293048'

red 41 ◦ green 48 ◦ blue 72

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

Shades of Bunting #293048

Tints of Bunting #293048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 25.47%
G = 29.81%
B = 44.72%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293048 (or 0x293048) is known color: Bunting. HEX triplet: 29, 30 and 48. RGB value is (41,48,72). Sum of RGB (Red+Green+Blue) = 41+48+72=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #293048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293048 is #D6CFB7. Grayscale: #303030. Windows color (decimal): -14077880 or 4730921. OLE color: 4730921.

HSL color Cylindrical-coordinate representation of color #293048: hue angle of 226.45º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #293048 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 48 72 -
CMYK 0.43 0.33 0 0.72
HSL 226.45º 0.27% 0.22% -
HSV(B) 226.45º 0.43% 0.28% -
XYZ 3.14 3.05 6.55 -
YUV 48.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 41 48 72 0.43 0.33 0 0.72 226.45 0.27 0.22
Hex 29 30 48 2B 21 0 48 E2 1B 16
Octal 51 60 110 53 41 0 110 342 33 26
Binary 101001 110000 1001000 101011 100001 0 1001000 11100010 11011 10110

Color Harmonies of #293048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293048

Black with #293048

Text Example


Text Example

White with #293048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293048; }

 p { color: rgb(41,48,72); }

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

background-color css

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

 a { background-color: rgb(41,48,72); }

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

border-color css

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

 span { border-color: rgb(41,48,72); }

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