#364E53

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

Shades of Casal #364E53

Tints of Casal #364E53

Color information

#364E53 (or 0x364E53) is unknown color: approx Casal. HEX triplet: 36, 4E and 53. RGB value is (54,78,83). Sum of RGB (Red+Green+Blue) = 54+78+83=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #364E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364E53 is #C9B1AC. Grayscale: #474747. Windows color (decimal): -13218221 or 5459510. OLE color: 5459510.

HSL color Cylindrical-coordinate representation of color #364E53: hue angle of 190.34º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #364E53 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB547883-
CMYK0.350.0600.67
HSL190.34º21.17%26.86%-
HSV(B)190.34º34.94%32.55%-
XYZ5.816.869.2-
YUV71.39134.55115.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=25.12%
G=36.28%
B=38.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5478830.350.0600.67190.3421.1726.86
Hex364E53236043be151b
Octal6611612343601032762533
Binary1101101001110101001110001111001000011101111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364E53; }

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

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

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

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

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

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

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

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