#365061

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

Shades of Cello #365061

Tints of Cello #365061

Color information

#365061 (or 0x365061) is unknown color: approx Cello. HEX triplet: 36, 50 and 61. RGB value is (54,80,97). Sum of RGB (Red+Green+Blue) = 54+80+97=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #365061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365061 is #C9AF9E. Grayscale: #4A4A4A. Windows color (decimal): -13217695 or 6377526. OLE color: 6377526.

HSL color Cylindrical-coordinate representation of color #365061: hue angle of 203.72º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365061 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB548097-
CMYK0.440.1800.62
HSL203.72º28.48%29.61%-
HSV(B)203.72º44.33%38.04%-
XYZ6.557.3812.39-
YUV74.16140.89113.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=23.38%
G=34.63%
B=41.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5480970.440.1800.62203.7228.4829.61
Hex3650612C1203Ecc1c1e
Octal6612014154220763143436
Binary11011010100001100001101100100100111110110011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365061; }

 p { color: rgb(54,80,97); }

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

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

 a { background-color: rgb(54,80,97); }

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

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

 span { border-color: rgb(54,80,97); }

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