Html Css Color HEX #354F54 Casal

📋 copy color: '#354F54'

red 53 ◦ green 79 ◦ blue 84

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

Shades of Casal #354F54

Tints of Casal #354F54

RGB

 RED value IS 53 (21.09% from 255) = 24.54%

 GREEN value IS 79 (31.25% from 255) = 36.57%

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 24.54%
G = 36.57%
B = 38.89%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#354F54 (or 0x354F54) is known color: Casal. HEX triplet: 35, 4F and 54. RGB value is (53,79,84). Sum of RGB (Red+Green+Blue) = 53+79+84=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #354F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354F54 is #CAB0AB. Grayscale: #474747. Windows color (decimal): -13283500 or 5525301. OLE color: 5525301.

HSL color Cylindrical-coordinate representation of color #354F54: hue angle of 189.68º 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 #354F54 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 79 84 -
CMYK 0.37 0.06 0 0.67
HSL 189.68º 0.23% 0.27% -
HSV(B) 189.68º 0.37% 0.33% -
XYZ 5.86 6.99 9.43 -
YUV 71.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 53 79 84 0.37 0.06 0 0.67 189.68 0.23 0.27
Hex 35 4F 54 25 6 0 43 BE 17 1B
Octal 65 117 124 45 6 0 103 276 27 33
Binary 110101 1001111 1010100 100101 110 0 1000011 10111110 10111 11011

Color Harmonies of #354F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F54

Black with #354F54

Text Example


Text Example

White with #354F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #354F54;
 }
 .AnyTagClassName
 {
   color: #354F54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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