#365B65

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

Shades of Casal #365B65

Tints of Casal #365B65

Color information

#365B65 (or 0x365B65) is unknown color: approx Casal. HEX triplet: 36, 5B and 65. RGB value is (54,91,101). Sum of RGB (Red+Green+Blue) = 54+91+101=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #365B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B65 is #C9A49A. Grayscale: #515151. Windows color (decimal): -13214875 or 6642486. OLE color: 6642486.

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

Color convert

RGB5491101-
CMYK0.470.1000.60
HSL192.77º30.32%30.39%-
HSV(B)192.77º46.53%39.61%-
XYZ7.619.2113.69-
YUV81.08139.24108.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 91 (35.94% from 255) = 36.99%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=21.95%
G=36.99%
B=41.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54911010.470.1000.60192.7730.3230.39
Hex365B652FA03Cc11e1e
Octal6613314557120743013636
Binary1101101011011110010110111110100111100110000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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