#364D5B

Color #364D5B Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #364D5B

Tints of Cello #364D5B

Color information

#364D5B (or 0x364D5B) is unknown color: approx Cello. HEX triplet: 36, 4D and 5B. RGB value is (54,77,91). Sum of RGB (Red+Green+Blue) = 54+77+91=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #364D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D5B is #C9B2A4. Grayscale: #474747. Windows color (decimal): -13218469 or 5983542. OLE color: 5983542.

HSL color Cylindrical-coordinate representation of color #364D5B: hue angle of 202.7º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364D5B is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB547791-
CMYK0.410.1500.64
HSL202.7º25.52%28.43%-
HSV(B)202.7º40.66%35.69%-
XYZ6.066.8510.9-
YUV71.72138.88115.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=24.32%
G=34.68%
B=40.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5477910.410.1500.64202.725.5228.43
Hex364D5B29F040cb1a1c
Octal66115133511701003133234
Binary11011010011011011011101001111101000000110010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364D5B; }

 p { color: rgb(54,77,91); }

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

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

 a { background-color: rgb(54,77,91); }

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

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

 span { border-color: rgb(54,77,91); }

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