#365C61

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

Shades of Casal #365C61

Tints of Casal #365C61

Color information

#365C61 (or 0x365C61) is unknown color: approx Casal. HEX triplet: 36, 5C and 61. RGB value is (54,92,97). Sum of RGB (Red+Green+Blue) = 54+92+97=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #365C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C61 is #C9A39E. Grayscale: #515151. Windows color (decimal): -13214623 or 6380598. OLE color: 6380598.

HSL color Cylindrical-coordinate representation of color #365C61: hue angle of 186.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #365C61 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB549297-
CMYK0.440.0500.62
HSL186.98º28.48%29.61%-
HSV(B)186.98º44.33%38.04%-
XYZ7.519.312.71-
YUV81.21136.91108.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=22.22%
G=37.86%
B=39.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5492970.440.0500.62186.9828.4829.61
Hex365C612C503Ebb1c1e
Octal661341415450762733436
Binary110110101110011000011011001010111110101110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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