Html Css Color HEX #293650 Bunting

📋 copy color: '#293650'

red 41 ◦ green 54 ◦ blue 80

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

Shades of Bunting #293650

Tints of Bunting #293650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 23.43%
G = 30.86%
B = 45.71%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293650 (or 0x293650) is known color: Bunting. HEX triplet: 29, 36 and 50. RGB value is (41,54,80). Sum of RGB (Red+Green+Blue) = 41+54+80=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #293650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293650 is #D6C9AF. Grayscale: #343434. Windows color (decimal): -14076336 or 5256745. OLE color: 5256745.

HSL color Cylindrical-coordinate representation of color #293650: hue angle of 220º 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 #293650 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 54 80 -
CMYK 0.49 0.33 0 0.69
HSL 220º 0.32% 0.24% -
HSV(B) 220º 0.49% 0.31% -
XYZ 3.68 3.69 8.11 -
YUV 53.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 41 54 80 0.49 0.33 0 0.69 220 0.32 0.24
Hex 29 36 50 31 21 0 45 DC 20 18
Octal 51 66 120 61 41 0 105 334 40 30
Binary 101001 110110 1010000 110001 100001 0 1000101 11011100 100000 11000

Color Harmonies of #293650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293650

Black with #293650

Text Example


Text Example

White with #293650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293650; }

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

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

background-color css

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

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

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

border-color css

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

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

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