#365367

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

Shades of Cello #365367

Tints of Cello #365367

Color information

#365367 (or 0x365367) is unknown color: approx Cello. HEX triplet: 36, 53 and 67. RGB value is (54,83,103). Sum of RGB (Red+Green+Blue) = 54+83+103=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #365367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365367 is #C9AC98. Grayscale: #4C4C4C. Windows color (decimal): -13216921 or 6771510. OLE color: 6771510.

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

Color convert

RGB5483103-
CMYK0.480.1900.60
HSL204.49º31.21%30.78%-
HSV(B)204.49º47.57%40.39%-
XYZ7.067.9513.99-
YUV76.61142.89111.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 103 (40.62% from 255) = 42.92%
R=22.5%
G=34.58%
B=42.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54831030.480.1900.60204.4931.2130.78
Hex365367301303Ccc1f1f
Octal6612314760230743143737
Binary11011010100111100111110000100110111100110011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365367; }

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

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

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

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

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

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

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

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