#364B59

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

Shades of Cello #364B59

Tints of Cello #364B59

Color information

#364B59 (or 0x364B59) is unknown color: approx Cello. HEX triplet: 36, 4B and 59. RGB value is (54,75,89). Sum of RGB (Red+Green+Blue) = 54+75+89=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #364B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B59 is #C9B4A6. Grayscale: #464646. Windows color (decimal): -13218983 or 5851958. OLE color: 5851958.

HSL color Cylindrical-coordinate representation of color #364B59: hue angle of 204º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #364B59 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB547589-
CMYK0.390.1600.65
HSL204º24.48%28.04%-
HSV(B)204º39.33%34.9%-
XYZ5.846.5410.41-
YUV70.32138.54116.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=24.77%
G=34.40%
B=40.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5475890.390.1600.6520424.4828.04
Hex364B592710041cc181c
Octal66113131472001013143034
Binary110110100101110110011001111000001000001110011001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,89); }

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

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

 a { background-color: rgb(54,75,89); }

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

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

 span { border-color: rgb(54,75,89); }

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