#354D4A

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

Shades of Blue Dianne #354D4A

Tints of Blue Dianne #354D4A

Color information

#354D4A (or 0x354D4A) is unknown color: approx Blue Dianne. HEX triplet: 35, 4D and 4A. RGB value is (53,77,74). Sum of RGB (Red+Green+Blue) = 53+77+74=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 77 - color contains mainly: green. Hex color #354D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D4A is #CAB2B5. Grayscale: #454545. Windows color (decimal): -13284022 or 4869429. OLE color: 4869429.

HSL color Cylindrical-coordinate representation of color #354D4A: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D4A is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB537774-
CMYK0.3100.040.70
HSL172.5º18.46%25.49%-
HSV(B)172.5º31.17%30.2%-
XYZ5.366.567.46-
YUV69.48130.55116.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 77 (30.47% from 255) = 37.75%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=25.98%
G=37.75%
B=36.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377740.3100.040.70172.518.4625.49
Hex354D4A1F0446ac1219
Octal6511511237041062542231
Binary110101100110110010101111101001000110101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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