Html Css Color HEX #337457 Amazon

📋 copy color: '#337457'

red 51 ◦ green 116 ◦ blue 87

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

Shades of Amazon #337457

Tints of Amazon #337457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 20.08%
G = 45.67%
B = 34.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#337457 (or 0x337457) is known color: Amazon. HEX triplet: 33, 74 and 57. RGB value is (51,116,87). Sum of RGB (Red+Green+Blue) = 51+116+87=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #337457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337457 is #CC8BA8. Grayscale: #5D5D5D. Windows color (decimal): -13405097 or 5731379. OLE color: 5731379.

HSL color Cylindrical-coordinate representation of color #337457: hue angle of 153.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337457 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 87 -
CMYK 0.56 0 0.25 0.55
HSL 153.23º 0.39% 0.33% -
HSV(B) 153.23º 0.56% 0.45% -
XYZ 9.33 13.88 11.2 -
YUV 93.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 51 116 87 0.56 0 0.25 0.55 153.23 0.39 0.33
Hex 33 74 57 38 0 19 37 99 27 21
Octal 63 164 127 70 0 31 67 231 47 41
Binary 110011 1110100 1010111 111000 0 11001 110111 10011001 100111 100001

Color Harmonies of #337457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337457

Black with #337457

Text Example


Text Example

White with #337457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337457; }

 p { color: rgb(51,116,87); }

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

background-color css

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

 a { background-color: rgb(51,116,87); }

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

border-color css

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

 span { border-color: rgb(51,116,87); }

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