#364B65

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

Shades of Cello #364B65

Tints of Cello #364B65

Color information

#364B65 (or 0x364B65) is unknown color: approx Cello. HEX triplet: 36, 4B and 65. RGB value is (54,75,101). Sum of RGB (Red+Green+Blue) = 54+75+101=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #364B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364B65 is #C9B49A. Grayscale: #474747. Windows color (decimal): -13218971 or 6638390. OLE color: 6638390.

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

Color convert

RGB5475101-
CMYK0.470.2600.60
HSL213.19º30.32%30.39%-
HSV(B)213.19º46.53%39.61%-
XYZ6.396.7613.28-
YUV71.68144.54115.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=23.48%
G=32.61%
B=43.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54751010.470.2600.60213.1930.3230.39
Hex364B652F1A03Cd51e1e
Octal6611314557320743253636
Binary11011010010111100101101111110100111100110101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B65; }

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

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

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

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

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

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

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

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