Html Css Color HEX #337055 Amazon

📋 copy color: '#337055'

red 51 ◦ green 112 ◦ blue 85

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

Shades of Amazon #337055

Tints of Amazon #337055

RGB

 RED value IS 51 (20.31% from 255) = 20.56%

 GREEN value IS 112 (44.14% from 255) = 45.16%

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 20.56%
G = 45.16%
B = 34.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#337055 (or 0x337055) is known color: Amazon. HEX triplet: 33, 70 and 55. RGB value is (51,112,85). Sum of RGB (Red+Green+Blue) = 51+112+85=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #337055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337055 is #CC8FAA. Grayscale: #5A5A5A. Windows color (decimal): -13406123 or 5599283. OLE color: 5599283.

HSL color Cylindrical-coordinate representation of color #337055: hue angle of 153.44º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #337055 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 112 85 -
CMYK 0.54 0 0.24 0.56
HSL 153.44º 0.37% 0.32% -
HSV(B) 153.44º 0.54% 0.44% -
XYZ 8.8 12.95 10.63 -
YUV 90.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 51 112 85 0.54 0 0.24 0.56 153.44 0.37 0.32
Hex 33 70 55 36 0 18 38 99 25 20
Octal 63 160 125 66 0 30 70 231 45 40
Binary 110011 1110000 1010101 110110 0 11000 111000 10011001 100101 100000

Color Harmonies of #337055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337055

Black with #337055

Text Example


Text Example

White with #337055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337055; }

 p { color: rgb(51,112,85); }

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

background-color css

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

 a { background-color: rgb(51,112,85); }

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

border-color css

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

 span { border-color: rgb(51,112,85); }

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