Html Css Color HEX #354E54 Casal

📋 copy color: '#354E54'

red 53 ◦ green 78 ◦ blue 84

#354E54
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #354E54

Tints of Casal #354E54

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.2% from 255) = 39.07%

R = 24.65%
G = 36.28%
B = 39.07%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354E54 (or 0x354E54) is known color: 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

RGB 53 78 84 -
CMYK 0.37 0.07 0 0.67
HSL 191.61º 0.23% 0.27% -
HSV(B) 191.61º 0.37% 0.33% -
XYZ 5.79 6.85 9.4 -
YUV 71.21 135.22 115.01 -
System Red Green Blue C M Y K H S L
Decimal 53 78 84 0.37 0.07 0 0.67 191.61 0.23 0.27
Hex 35 4E 54 25 7 0 43 C0 17 1B
Octal 65 116 124 45 7 0 103 300 27 33
Binary 110101 1001110 1010100 100101 111 0 1000011 11000000 10111 11011

Color Harmonies of #354E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E54

Black with #354E54

Text Example


Text Example

White with #354E54

Text Example


Text Example

HTML Codes & Css Web 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>