Html Css Color HEX #293450 Bunting

📋 copy color: '#293450'

red 41 ◦ green 52 ◦ blue 80

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

Shades of Bunting #293450

Tints of Bunting #293450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 23.7%
G = 30.06%
B = 46.24%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293450 (or 0x293450) is known color: Bunting. HEX triplet: 29, 34 and 50. RGB value is (41,52,80). Sum of RGB (Red+Green+Blue) = 41+52+80=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #293450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293450 is #D6CBAF. Grayscale: #333333. Windows color (decimal): -14076848 or 5256233. OLE color: 5256233.

HSL color Cylindrical-coordinate representation of color #293450: hue angle of 223.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293450 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 52 80 -
CMYK 0.49 0.35 0 0.69
HSL 223.08º 0.32% 0.24% -
HSV(B) 223.08º 0.49% 0.31% -
XYZ 3.59 3.51 8.08 -
YUV 51.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 41 52 80 0.49 0.35 0 0.69 223.08 0.32 0.24
Hex 29 34 50 31 23 0 45 DF 20 18
Octal 51 64 120 61 43 0 105 337 40 30
Binary 101001 110100 1010000 110001 100011 0 1000101 11011111 100000 11000

Color Harmonies of #293450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293450

Black with #293450

Text Example


Text Example

White with #293450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293450; }

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

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

background-color css

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

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

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

border-color css

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

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

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