#364C65

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

Shades of Cello #364C65

Tints of Cello #364C65

Color information

#364C65 (or 0x364C65) is unknown color: approx Cello. HEX triplet: 36, 4C and 65. RGB value is (54,76,101). Sum of RGB (Red+Green+Blue) = 54+76+101=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #364C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C65 is #C9B39A. Grayscale: #484848. Windows color (decimal): -13218715 or 6638646. OLE color: 6638646.

HSL color Cylindrical-coordinate representation of color #364C65: hue angle of 211.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #364C65 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5476101-
CMYK0.470.2500.60
HSL211.91º30.32%30.39%-
HSV(B)211.91º46.53%39.61%-
XYZ6.456.8913.3-
YUV72.27144.21114.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=23.38%
G=32.90%
B=43.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54761010.470.2500.60211.9130.3230.39
Hex364C652F1903Cd41e1e
Octal6611414557310743243636
Binary11011010011001100101101111110010111100110101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,76,101); }

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

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

 a { background-color: rgb(54,76,101); }

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

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

 span { border-color: rgb(54,76,101); }

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