#354E54

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

Shades of Casal #354E54

Tints of Casal #354E54

Color information

#354E54 (or 0x354E54) is unknown color: approx Casal. HEX triplet: 35, 4E and 54. RGB value is (53,78,84). Sum of RGB (Red+Green+Blue) = 53+78+84=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #354E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354E54 is #CAB1AB. Grayscale: #474747. Windows color (decimal): -13283756 or 5525045. OLE color: 5525045.

HSL color Cylindrical-coordinate representation of color #354E54: hue angle of 191.61º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #354E54 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB537884-
CMYK0.370.0700.67
HSL191.61º22.63%26.86%-
HSV(B)191.61º36.9%32.94%-
XYZ5.796.859.4-
YUV71.21135.22115.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=24.65%
G=36.28%
B=39.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5378840.370.0700.67191.6122.6326.86
Hex354E54257043c0171b
Octal6511612445701033002733
Binary1101011001110101010010010111101000011110000001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E54; }

 p { color: rgb(53,78,84); }

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

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

 a { background-color: rgb(53,78,84); }

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

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

 span { border-color: rgb(53,78,84); }

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