#32514E

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

Shades of Blue Dianne #32514E

Tints of Blue Dianne #32514E

Color information

#32514E (or 0x32514E) is unknown color: approx Blue Dianne. HEX triplet: 32, 51 and 4E. RGB value is (50,81,78). Sum of RGB (Red+Green+Blue) = 50+81+78=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #32514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32514E is #CDAEB1. Grayscale: #474747. Windows color (decimal): -13479602 or 5132594. OLE color: 5132594.

HSL color Cylindrical-coordinate representation of color #32514E: hue angle of 174.19º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32514E is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB508178-
CMYK0.3800.040.68
HSL174.19º23.66%25.69%-
HSV(B)174.19º38.27%31.76%-
XYZ5.637.118.28-
YUV71.39131.73112.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=23.92%
G=38.76%
B=37.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081780.3800.040.68174.1923.6625.69
Hex32514E260444ae181a
Octal6212111646041042563032
Binary1100101010001100111010011001001000100101011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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