#395351

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

Shades of Blue Dianne #395351

Tints of Blue Dianne #395351

Color information

#395351 (or 0x395351) is unknown color: approx Blue Dianne. HEX triplet: 39, 53 and 51. RGB value is (57,83,81). Sum of RGB (Red+Green+Blue) = 57+83+81=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #395351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395351 is #C6ACAE. Grayscale: #4A4A4A. Windows color (decimal): -13020335 or 5329721. OLE color: 5329721.

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

Color convert

RGB578381-
CMYK0.3100.020.67
HSL175.38º18.57%27.45%-
HSV(B)175.38º31.33%32.55%-
XYZ6.277.658.93-
YUV75131.39115.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 81 (32.03% from 255) = 36.65%
R=25.79%
G=37.56%
B=36.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783810.3100.020.67175.3818.5727.45
Hex3953511F0243af131b
Octal7112312137021032572333
Binary11100110100111010001111110101000011101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395351; }

 p { color: rgb(57,83,81); }

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

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

 a { background-color: rgb(57,83,81); }

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

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

 span { border-color: rgb(57,83,81); }

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