#365156

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

Shades of Casal #365156

Tints of Casal #365156

Color information

#365156 (or 0x365156) is unknown color: approx Casal. HEX triplet: 36, 51 and 56. RGB value is (54,81,86). Sum of RGB (Red+Green+Blue) = 54+81+86=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #365156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365156 is #C9AEA9. Grayscale: #494949. Windows color (decimal): -13217450 or 5656886. OLE color: 5656886.

HSL color Cylindrical-coordinate representation of color #365156: hue angle of 189.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365156 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB548186-
CMYK0.370.0600.66
HSL189.38º22.86%27.45%-
HSV(B)189.38º37.21%33.73%-
XYZ6.147.349.9-
YUV73.5135.05114.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=24.43%
G=36.65%
B=38.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5481860.370.0600.66189.3822.8627.45
Hex365156256042bd171b
Octal6612112645601022752733
Binary1101101010001101011010010111001000010101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365156; }

 p { color: rgb(54,81,86); }

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

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

 a { background-color: rgb(54,81,86); }

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

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

 span { border-color: rgb(54,81,86); }

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