Html Css Color HEX #293448 Bunting

📋 copy color: '#293448'

red 41 ◦ green 52 ◦ blue 72

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

Shades of Bunting #293448

Tints of Bunting #293448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

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

R = 24.85%
G = 31.52%
B = 43.64%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293448 (or 0x293448) is known color: Bunting. HEX triplet: 29, 34 and 48. RGB value is (41,52,72). Sum of RGB (Red+Green+Blue) = 41+52+72=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #293448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293448 is #D6CBB7. Grayscale: #323232. Windows color (decimal): -14076856 or 4731945. OLE color: 4731945.

HSL color Cylindrical-coordinate representation of color #293448: hue angle of 218.71º 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 #293448 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 52 72 -
CMYK 0.43 0.28 0 0.72
HSL 218.71º 0.27% 0.22% -
HSV(B) 218.71º 0.43% 0.28% -
XYZ 3.31 3.4 6.61 -
YUV 50.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 41 52 72 0.43 0.28 0 0.72 218.71 0.27 0.22
Hex 29 34 48 2B 1C 0 48 DB 1B 16
Octal 51 64 110 53 34 0 110 333 33 26
Binary 101001 110100 1001000 101011 11100 0 1001000 11011011 11011 10110

Color Harmonies of #293448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293448

Black with #293448

Text Example


Text Example

White with #293448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293448; }

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

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

background-color css

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

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

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

border-color css

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

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

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