#364B5C

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

Shades of Cello #364B5C

Tints of Cello #364B5C

Color information

#364B5C (or 0x364B5C) is unknown color: approx Cello. HEX triplet: 36, 4B and 5C. RGB value is (54,75,92). Sum of RGB (Red+Green+Blue) = 54+75+92=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #364B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B5C is #C9B4A3. Grayscale: #464646. Windows color (decimal): -13218980 or 6048566. OLE color: 6048566.

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

Color convert

RGB547592-
CMYK0.410.1800.64
HSL206.84º26.03%28.63%-
HSV(B)206.84º41.3%36.08%-
XYZ5.976.5911.08-
YUV70.66140.04116.12-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=24.43%
G=33.94%
B=41.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5475920.410.1800.64206.8426.0328.63
Hex364B5C2912040cf1a1d
Octal66113134512201003173235
Binary110110100101110111001010011001001000000110011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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