#365358

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

Shades of Casal #365358

Tints of Casal #365358

Color information

#365358 (or 0x365358) is unknown color: approx Casal. HEX triplet: 36, 53 and 58. RGB value is (54,83,88). Sum of RGB (Red+Green+Blue) = 54+83+88=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #365358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365358 is #C9ACA7. Grayscale: #4A4A4A. Windows color (decimal): -13216936 or 5788470. OLE color: 5788470.

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

Color convert

RGB548388-
CMYK0.390.0600.65
HSL188.82º23.94%27.84%-
HSV(B)188.82º38.64%34.51%-
XYZ6.387.6810.38-
YUV74.9135.39113.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=24%
G=36.89%
B=39.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5483880.390.0600.65188.8223.9427.84
Hex365358276041bd181c
Octal6612313047601012753034
Binary1101101010011101100010011111001000001101111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365358; }

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

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

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

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

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

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

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

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