#35514E

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

Shades of Blue Dianne #35514E

Tints of Blue Dianne #35514E

Color information

#35514E (or 0x35514E) is unknown color: approx Blue Dianne. HEX triplet: 35, 51 and 4E. RGB value is (53,81,78). Sum of RGB (Red+Green+Blue) = 53+81+78=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #35514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35514E is #CAAEB1. Grayscale: #484848. Windows color (decimal): -13282994 or 5132597. OLE color: 5132597.

HSL color Cylindrical-coordinate representation of color #35514E: hue angle of 173.57º 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 #35514E is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB538178-
CMYK0.3500.040.68
HSL173.57º20.9%26.27%-
HSV(B)173.57º34.57%31.76%-
XYZ5.797.198.29-
YUV72.29131.22114.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=25%
G=38.21%
B=36.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381780.3500.040.68173.5720.926.27
Hex35514E230444ae151a
Octal6512111643041042562532
Binary1101011010001100111010001101001000100101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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