#35544E

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

Shades of Blue Dianne #35544E

Tints of Blue Dianne #35544E

Color information

#35544E (or 0x35544E) is unknown color: approx Blue Dianne. HEX triplet: 35, 54 and 4E. RGB value is (53,84,78). Sum of RGB (Red+Green+Blue) = 53+84+78=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #35544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35544E is #CAABB1. Grayscale: #4A4A4A. Windows color (decimal): -13282226 or 5133365. OLE color: 5133365.

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

Color convert

RGB538478-
CMYK0.3700.070.67
HSL168.39º22.63%26.86%-
HSV(B)168.39º36.9%32.94%-
XYZ6.017.658.37-
YUV74.05130.23112.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=24.65%
G=39.07%
B=36.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384780.3700.070.67168.3922.6326.86
Hex35544E250743a8171b
Octal6512411645071032502733
Binary1101011010100100111010010101111000011101010001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35544E; }

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

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

<style>
 a { background-color: #35544E; }

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

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

<style>
 span { border-color: #35544E; }

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

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