Html Css Color HEX #293348 Bunting

📋 copy color: '#293348'

red 41 ◦ green 51 ◦ blue 72

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

Shades of Bunting #293348

Tints of Bunting #293348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 25%
G = 31.1%
B = 43.9%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#293348 (or 0x293348) is known color: Bunting. HEX triplet: 29, 33 and 48. RGB value is (41,51,72). Sum of RGB (Red+Green+Blue) = 41+51+72=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #293348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293348 is #D6CCB7. Grayscale: #323232. Windows color (decimal): -14077112 or 4731689. OLE color: 4731689.

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

Color convert

RGB 41 51 72 -
CMYK 0.43 0.29 0 0.72
HSL 220.65º 0.27% 0.22% -
HSV(B) 220.65º 0.43% 0.28% -
XYZ 3.27 3.31 6.6 -
YUV 50.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 41 51 72 0.43 0.29 0 0.72 220.65 0.27 0.22
Hex 29 33 48 2B 1D 0 48 DD 1B 16
Octal 51 63 110 53 35 0 110 335 33 26
Binary 101001 110011 1001000 101011 11101 0 1001000 11011101 11011 10110

Color Harmonies of #293348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293348

Black with #293348

Text Example


Text Example

White with #293348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293348; }

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

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

background-color css

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

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

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

border-color css

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

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

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