#365369

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

Shades of Cello #365369

Tints of Cello #365369

Color information

#365369 (or 0x365369) is unknown color: approx Cello. HEX triplet: 36, 53 and 69. RGB value is (54,83,105). Sum of RGB (Red+Green+Blue) = 54+83+105=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #365369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365369 is #C9AC96. Grayscale: #4C4C4C. Windows color (decimal): -13216919 or 6902582. OLE color: 6902582.

HSL color Cylindrical-coordinate representation of color #365369: hue angle of 205.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365369 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5483105-
CMYK0.490.2100.59
HSL205.88º32.08%31.18%-
HSV(B)205.88º48.57%41.18%-
XYZ7.167.9914.53-
YUV76.84143.89111.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=22.31%
G=34.30%
B=43.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54831050.490.2100.59205.8832.0831.18
Hex365369311503Bce201f
Octal6612315161250733164037
Binary110110101001111010011100011010101110111100111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365369; }

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

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

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

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

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

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

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

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