#35514C

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

Shades of Blue Dianne #35514C

Tints of Blue Dianne #35514C

Color information

#35514C (or 0x35514C) is unknown color: approx Blue Dianne. HEX triplet: 35, 51 and 4C. RGB value is (53,81,76). Sum of RGB (Red+Green+Blue) = 53+81+76=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #35514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35514C is #CAAEB3. Grayscale: #484848. Windows color (decimal): -13282996 or 5001525. OLE color: 5001525.

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

Color convert

RGB538176-
CMYK0.3500.060.68
HSL169.29º20.9%26.27%-
HSV(B)169.29º34.57%31.76%-
XYZ5.727.167.92-
YUV72.06130.22114.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.24%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=25.24%
G=38.57%
B=36.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381760.3500.060.68169.2920.926.27
Hex35514C230644a9151a
Octal6512111443061042512532
Binary1101011010001100110010001101101000100101010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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