#365468

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

Shades of Cello #365468

Tints of Cello #365468

Color information

#365468 (or 0x365468) is unknown color: approx Cello. HEX triplet: 36, 54 and 68. RGB value is (54,84,104). Sum of RGB (Red+Green+Blue) = 54+84+104=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #365468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365468 is #C9AB97. Grayscale: #4D4D4D. Windows color (decimal): -13216664 or 6837302. OLE color: 6837302.

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

Color convert

RGB5484104-
CMYK0.480.1900.59
HSL204º31.65%30.98%-
HSV(B)204º48.08%40.78%-
XYZ7.198.1214.29-
YUV77.31143.06111.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=22.31%
G=34.71%
B=42.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54841040.480.1900.5920431.6530.98
Hex365468301303Bcc201f
Octal6612415060230733144037
Binary110110101010011010001100001001101110111100110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365468; }

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

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

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

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

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

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

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

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