#354E4A

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

Shades of Blue Dianne #354E4A

Tints of Blue Dianne #354E4A

Color information

#354E4A (or 0x354E4A) is unknown color: approx Blue Dianne. HEX triplet: 35, 4E and 4A. RGB value is (53,78,74). Sum of RGB (Red+Green+Blue) = 53+78+74=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #354E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E4A is #CAB1B5. Grayscale: #464646. Windows color (decimal): -13283766 or 4869685. OLE color: 4869685.

HSL color Cylindrical-coordinate representation of color #354E4A: hue angle of 170.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E4A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB537874-
CMYK0.3200.050.69
HSL170.4º19.08%25.69%-
HSV(B)170.4º32.05%30.59%-
XYZ5.436.77.49-
YUV70.07130.22115.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=25.85%
G=38.05%
B=36.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378740.3200.050.69170.419.0825.69
Hex354E4A200545aa131a
Octal6511611240051052522332
Binary1101011001110100101010000001011000101101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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