#364E5B

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

Shades of Cello #364E5B

Tints of Cello #364E5B

Color information

#364E5B (or 0x364E5B) is unknown color: approx Cello. HEX triplet: 36, 4E and 5B. RGB value is (54,78,91). Sum of RGB (Red+Green+Blue) = 54+78+91=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #364E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E5B is #C9B1A4. Grayscale: #484848. Windows color (decimal): -13218213 or 5983798. OLE color: 5983798.

HSL color Cylindrical-coordinate representation of color #364E5B: hue angle of 201.08º 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 #364E5B is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB547891-
CMYK0.410.1400.64
HSL201.08º25.52%28.43%-
HSV(B)201.08º40.66%35.69%-
XYZ6.136.9910.92-
YUV72.31138.55114.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=24.22%
G=34.98%
B=40.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5478910.410.1400.64201.0825.5228.43
Hex364E5B29E040c91a1c
Octal66116133511601003113234
Binary11011010011101011011101001111001000000110010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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