#365365

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

Shades of Cello #365365

Tints of Cello #365365

Color information

#365365 (or 0x365365) is unknown color: approx Cello. HEX triplet: 36, 53 and 65. RGB value is (54,83,101). Sum of RGB (Red+Green+Blue) = 54+83+101=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #365365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365365 is #C9AC9A. Grayscale: #4C4C4C. Windows color (decimal): -13216923 or 6640438. OLE color: 6640438.

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

Color convert

RGB5483101-
CMYK0.470.1800.60
HSL202.98º30.32%30.39%-
HSV(B)202.98º46.53%39.61%-
XYZ6.967.9113.47-
YUV76.38141.89112.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=22.69%
G=34.87%
B=42.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54831010.470.1800.60202.9830.3230.39
Hex3653652F1203Ccb1e1e
Octal6612314557220743133636
Binary11011010100111100101101111100100111100110010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365365; }

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

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

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

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

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

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

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

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