Html Css Color HEX #354B49 Blue Dianne

📋 copy color: '#354B49'

red 53 ◦ green 75 ◦ blue 73

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

Shades of Blue Dianne #354B49

Tints of Blue Dianne #354B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.31%

 BLUE value IS 73 (28.91% from 255) = 36.32%

R = 26.37%
G = 37.31%
B = 36.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#354B49 (or 0x354B49) is known color: Blue Dianne. HEX triplet: 35, 4B and 49. RGB value is (53,75,73). Sum of RGB (Red+Green+Blue) = 53+75+73=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 75 - color contains mainly: green. Hex color #354B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B49 is #CAB4B6. Grayscale: #444444. Windows color (decimal): -13284535 or 4803381. OLE color: 4803381.

HSL color Cylindrical-coordinate representation of color #354B49: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B49 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 73 -
CMYK 0.29 0 0.03 0.71
HSL 174.55º 0.17% 0.25% -
HSV(B) 174.55º 0.29% 0.29% -
XYZ 5.19 6.27 7.24 -
YUV 68.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 53 75 73 0.29 0 0.03 0.71 174.55 0.17 0.25
Hex 35 4B 49 1D 0 3 47 AF 11 19
Octal 65 113 111 35 0 3 107 257 21 31
Binary 110101 1001011 1001001 11101 0 11 1000111 10101111 10001 11001

Color Harmonies of #354B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B49

Black with #354B49

Text Example


Text Example

White with #354B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,75,73); }

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

background-color css

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

 a { background-color: rgb(53,75,73); }

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

border-color css

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

 span { border-color: rgb(53,75,73); }

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