#365159

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

Shades of Casal #365159

Tints of Casal #365159

Color information

#365159 (or 0x365159) is unknown color: approx Casal. HEX triplet: 36, 51 and 59. RGB value is (54,81,89). Sum of RGB (Red+Green+Blue) = 54+81+89=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #365159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365159 is #C9AEA6. Grayscale: #494949. Windows color (decimal): -13217447 or 5853494. OLE color: 5853494.

HSL color Cylindrical-coordinate representation of color #365159: hue angle of 193.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365159 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548189-
CMYK0.390.0900.65
HSL193.71º24.48%28.04%-
HSV(B)193.71º39.33%34.9%-
XYZ6.277.3910.55-
YUV73.84136.55113.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 89 (35.16% from 255) = 39.73%
R=24.11%
G=36.16%
B=39.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5481890.390.0900.65193.7124.4828.04
Hex365159279041c2181c
Octal66121131471101013023034
Binary11011010100011011001100111100101000001110000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365159; }

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

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

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

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

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

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

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

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