Html Css Color HEX #354D52 Casal

📋 copy color: '#354D52'

red 53 ◦ green 77 ◦ blue 82

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

Shades of Casal #354D52

Tints of Casal #354D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.32%

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 25%
G = 36.32%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#354D52 (or 0x354D52) is known color: Casal. HEX triplet: 35, 4D and 52. RGB value is (53,77,82). Sum of RGB (Red+Green+Blue) = 53+77+82=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #354D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D52 is #CAB2AD. Grayscale: #464646. Windows color (decimal): -13284014 or 5393717. OLE color: 5393717.

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

Color convert

RGB 53 77 82 -
CMYK 0.35 0.06 0 0.68
HSL 190.34º 0.21% 0.26% -
HSV(B) 190.34º 0.35% 0.32% -
XYZ 5.65 6.67 8.97 -
YUV 70.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 53 77 82 0.35 0.06 0 0.68 190.34 0.21 0.26
Hex 35 4D 52 23 6 0 44 BE 15 1A
Octal 65 115 122 43 6 0 104 276 25 32
Binary 110101 1001101 1010010 100011 110 0 1000100 10111110 10101 11010

Color Harmonies of #354D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D52

Black with #354D52

Text Example


Text Example

White with #354D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,82); }

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

background-color css

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

 a { background-color: rgb(53,77,82); }

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

border-color css

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

 span { border-color: rgb(53,77,82); }

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