#365359

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

Shades of Casal #365359

Tints of Casal #365359

Color information

#365359 (or 0x365359) is unknown color: approx Casal. HEX triplet: 36, 53 and 59. RGB value is (54,83,89). Sum of RGB (Red+Green+Blue) = 54+83+89=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #365359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365359 is #C9ACA6. Grayscale: #4A4A4A. Windows color (decimal): -13216935 or 5854006. OLE color: 5854006.

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

Color convert

RGB548389-
CMYK0.390.0700.65
HSL190.29º24.48%28.04%-
HSV(B)190.29º39.33%34.9%-
XYZ6.427.6910.6-
YUV75.01135.89113.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.89%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=23.89%
G=36.73%
B=39.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5483890.390.0700.65190.2924.4828.04
Hex365359277041be181c
Octal6612313147701012763034
Binary1101101010011101100110011111101000001101111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365359; }

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

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

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

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

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

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

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

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