#365C65

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

Shades of Casal #365C65

Tints of Casal #365C65

Color information

#365C65 (or 0x365C65) is unknown color: approx Casal. HEX triplet: 36, 5C and 65. RGB value is (54,92,101). Sum of RGB (Red+Green+Blue) = 54+92+101=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #365C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C65 is #C9A39A. Grayscale: #515151. Windows color (decimal): -13214619 or 6642742. OLE color: 6642742.

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

Color convert

RGB5492101-
CMYK0.470.0900.60
HSL191.49º30.32%30.39%-
HSV(B)191.49º46.53%39.61%-
XYZ7.79.3813.72-
YUV81.66138.91108.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.86%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=21.86%
G=37.25%
B=40.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54921010.470.0900.60191.4930.3230.39
Hex365C652F903Cbf1e1e
Octal6613414557110742773636
Binary1101101011100110010110111110010111100101111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365C65; }

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

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

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

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

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

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

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

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