Html Css Color HEX #367A5D Amazon

📋 copy color: '#367A5D'

red 54 ◦ green 122 ◦ blue 93

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

Shades of Amazon #367A5D

Tints of Amazon #367A5D

RGB

 RED value IS 54 (21.48% from 255) = 20.07%

 GREEN value IS 122 (48.05% from 255) = 45.35%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 20.07%
G = 45.35%
B = 34.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#367A5D (or 0x367A5D) is known color: Amazon. HEX triplet: 36, 7A and 5D. RGB value is (54,122,93). Sum of RGB (Red+Green+Blue) = 54+122+93=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #367A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A5D is #C985A2. Grayscale: #626262. Windows color (decimal): -13206947 or 6126134. OLE color: 6126134.

HSL color Cylindrical-coordinate representation of color #367A5D: hue angle of 154.41º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A5D is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 93 -
CMYK 0.56 0 0.24 0.52
HSL 154.41º 0.39% 0.35% -
HSV(B) 154.41º 0.56% 0.48% -
XYZ 10.46 15.49 12.8 -
YUV 98.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 54 122 93 0.56 0 0.24 0.52 154.41 0.39 0.35
Hex 36 7A 5D 38 0 18 34 9A 27 23
Octal 66 172 135 70 0 30 64 232 47 43
Binary 110110 1111010 1011101 111000 0 11000 110100 10011010 100111 100011

Color Harmonies of #367A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A5D

Black with #367A5D

Text Example


Text Example

White with #367A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A5D; }

 p { color: rgb(54,122,93); }

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

background-color css

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

 a { background-color: rgb(54,122,93); }

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

border-color css

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

 span { border-color: rgb(54,122,93); }

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