#365464

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

Shades of Cello #365464

Tints of Cello #365464

Color information

#365464 (or 0x365464) is unknown color: approx Cello. HEX triplet: 36, 54 and 64. RGB value is (54,84,100). Sum of RGB (Red+Green+Blue) = 54+84+100=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 100 - color contains mainly: blue. Hex color #365464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365464 is #C9AB9B. Grayscale: #4C4C4C. Windows color (decimal): -13216668 or 6575158. OLE color: 6575158.

HSL color Cylindrical-coordinate representation of color #365464: hue angle of 200.87º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #365464 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5484100-
CMYK0.460.1600.61
HSL200.87º29.87%30.2%-
HSV(B)200.87º46%39.22%-
XYZ6.998.0513.24-
YUV76.85141.06111.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 100 (39.45% from 255) = 42.02%
R=22.69%
G=35.29%
B=42.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54841000.460.1600.61200.8729.8730.2
Hex3654642E1003Dc91e1e
Octal6612414456200753113636
Binary11011010101001100100101110100000111101110010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365464; }

 p { color: rgb(54,84,100); }

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

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

 a { background-color: rgb(54,84,100); }

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

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

 span { border-color: rgb(54,84,100); }

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