#364B5B

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

Shades of Cello #364B5B

Tints of Cello #364B5B

Color information

#364B5B (or 0x364B5B) is unknown color: approx Cello. HEX triplet: 36, 4B and 5B. RGB value is (54,75,91). Sum of RGB (Red+Green+Blue) = 54+75+91=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #364B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B5B is #C9B4A4. Grayscale: #464646. Windows color (decimal): -13218981 or 5983030. OLE color: 5983030.

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

Color convert

RGB547591-
CMYK0.410.1800.64
HSL205.95º25.52%28.43%-
HSV(B)205.95º40.66%35.69%-
XYZ5.936.5710.85-
YUV70.54139.54116.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=24.55%
G=34.09%
B=41.36%

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
Decimal5475910.410.1800.64205.9525.5228.43
Hex364B5B2912040ce1a1c
Octal66113133512201003163234
Binary110110100101110110111010011001001000000110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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