Html Css Color HEX #293353 Bunting

📋 copy color: '#293353'

red 41 ◦ green 51 ◦ blue 83

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

Shades of Bunting #293353

Tints of Bunting #293353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 23.43%
G = 29.14%
B = 47.43%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293353 (or 0x293353) is known color: Bunting. HEX triplet: 29, 33 and 53. RGB value is (41,51,83). Sum of RGB (Red+Green+Blue) = 41+51+83=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #293353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293353 is #D6CCAC. Grayscale: #333333. Windows color (decimal): -14077101 or 5452585. OLE color: 5452585.

HSL color Cylindrical-coordinate representation of color #293353: hue angle of 225.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293353 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 51 83 -
CMYK 0.51 0.39 0 0.67
HSL 225.71º 0.34% 0.24% -
HSV(B) 225.71º 0.51% 0.33% -
XYZ 3.66 3.46 8.66 -
YUV 51.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 41 51 83 0.51 0.39 0 0.67 225.71 0.34 0.24
Hex 29 33 53 33 27 0 43 E2 22 18
Octal 51 63 123 63 47 0 103 342 42 30
Binary 101001 110011 1010011 110011 100111 0 1000011 11100010 100010 11000

Color Harmonies of #293353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293353

Black with #293353

Text Example


Text Example

White with #293353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293353; }

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

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

background-color css

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

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

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

border-color css

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

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

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