#365259

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

Shades of Casal #365259

Tints of Casal #365259

Color information

#365259 (or 0x365259) is unknown color: approx Casal. HEX triplet: 36, 52 and 59. RGB value is (54,82,89). Sum of RGB (Red+Green+Blue) = 54+82+89=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #365259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365259 is #C9ADA6. Grayscale: #4A4A4A. Windows color (decimal): -13217191 or 5853750. OLE color: 5853750.

HSL color Cylindrical-coordinate representation of color #365259: hue angle of 192º 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 #365259 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB548289-
CMYK0.390.0800.65
HSL192º24.48%28.04%-
HSV(B)192º39.33%34.9%-
XYZ6.347.5410.57-
YUV74.43136.22113.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=24%
G=36.44%
B=39.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5482890.390.0800.6519224.4828.04
Hex365259278041c0181c
Octal66122131471001013003034
Binary11011010100101011001100111100001000001110000001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365259; }

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

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

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

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

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

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

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

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