#33374A

Color #33374A Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #33374A

Tints of Bunting #33374A

Color information

#33374A (or 0x33374A) is unknown color: approx Bunting. HEX triplet: 33, 37 and 4A. RGB value is (51,55,74). Sum of RGB (Red+Green+Blue) = 51+55+74=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #33374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33374A is #CCC8B5. Grayscale: #373737. Windows color (decimal): -13420726 or 4863795. OLE color: 4863795.

HSL color Cylindrical-coordinate representation of color #33374A: hue angle of 229.57º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #33374A is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB515574-
CMYK0.310.2600.71
HSL229.57º18.4%24.51%-
HSV(B)229.57º31.08%29.02%-
XYZ3.973.937.03-
YUV55.97138.17124.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=28.33%
G=30.56%
B=41.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5155740.310.2600.71229.5718.424.51
Hex33374A1F1A047e61219
Octal6367112373201073462231
Binary1100111101111001010111111101001000111111001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33374A; }

 p { color: rgb(51,55,74); }

 H1.HeaderClassName
 {
   color: #33374A;
 }
 .AnyTagClassName
 {
   color: #33374A;
 }
</style>
background-color css

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

 a { background-color: rgb(51,55,74); }

 div.DivClassName
 {
   background-color: #33374A;
 }
 .BgClassName
 {
   background-color: #33374A;
 }
</style>
border-color css

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

 span { border-color: rgb(51,55,74); }

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