#395450

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

Shades of Blue Dianne #395450

Tints of Blue Dianne #395450

Color information

#395450 (or 0x395450) is unknown color: approx Blue Dianne. HEX triplet: 39, 54 and 50. RGB value is (57,84,80). Sum of RGB (Red+Green+Blue) = 57+84+80=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #395450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395450 is #C6ABAF. Grayscale: #4B4B4B. Windows color (decimal): -13020080 or 5264441. OLE color: 5264441.

HSL color Cylindrical-coordinate representation of color #395450: hue angle of 171.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395450 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB578480-
CMYK0.3200.050.67
HSL171.11º19.15%27.65%-
HSV(B)171.11º32.14%32.94%-
XYZ6.317.798.76-
YUV75.47130.55114.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=25.79%
G=38.01%
B=36.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784800.3200.050.67171.1119.1527.65
Hex395450200543ab131c
Octal7112412040051032532334
Binary1110011010100101000010000001011000011101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395450; }

 p { color: rgb(57,84,80); }

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

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

 a { background-color: rgb(57,84,80); }

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

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

 span { border-color: rgb(57,84,80); }

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