#365465

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

Shades of Cello #365465

Tints of Cello #365465

Color information

#365465 (or 0x365465) is unknown color: approx Cello. HEX triplet: 36, 54 and 65. RGB value is (54,84,101). Sum of RGB (Red+Green+Blue) = 54+84+101=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #365465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365465 is #C9AB9A. Grayscale: #4C4C4C. Windows color (decimal): -13216667 or 6640694. OLE color: 6640694.

HSL color Cylindrical-coordinate representation of color #365465: hue angle of 201.7º 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 #365465 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5484101-
CMYK0.470.1700.60
HSL201.7º30.32%30.39%-
HSV(B)201.7º46.53%39.61%-
XYZ7.048.0613.5-
YUV76.97141.56111.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=22.59%
G=35.15%
B=42.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54841010.470.1700.60201.730.3230.39
Hex3654652F1103Cca1e1e
Octal6612414557210743123636
Binary11011010101001100101101111100010111100110010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365465; }

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

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

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

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

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

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

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

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