#364A65

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

Shades of Cello #364A65

Tints of Cello #364A65

Color information

#364A65 (or 0x364A65) is unknown color: approx Cello. HEX triplet: 36, 4A and 65. RGB value is (54,74,101). Sum of RGB (Red+Green+Blue) = 54+74+101=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #364A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A65 is #C9B59A. Grayscale: #464646. Windows color (decimal): -13219227 or 6638134. OLE color: 6638134.

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

Color convert

RGB5474101-
CMYK0.470.2700.60
HSL214.47º30.32%30.39%-
HSV(B)214.47º46.53%39.61%-
XYZ6.326.6213.26-
YUV71.1144.87115.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=23.58%
G=32.31%
B=44.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54741010.470.2700.60214.4730.3230.39
Hex364A652F1B03Cd61e1e
Octal6611214557330743263636
Binary11011010010101100101101111110110111100110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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