#395A55

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

Shades of Blue Dianne #395A55

Tints of Blue Dianne #395A55

Color information

#395A55 (or 0x395A55) is unknown color: approx Blue Dianne. HEX triplet: 39, 5A and 55. RGB value is (57,90,85). Sum of RGB (Red+Green+Blue) = 57+90+85=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #395A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A55 is #C6A5AA. Grayscale: #4F4F4F. Windows color (decimal): -13018539 or 5593657. OLE color: 5593657.

HSL color Cylindrical-coordinate representation of color #395A55: hue angle of 170.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #395A55 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB579085-
CMYK0.3700.060.65
HSL170.91º22.45%28.82%-
HSV(B)170.91º36.67%35.29%-
XYZ6.988.849.93-
YUV79.56131.07111.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=24.57%
G=38.79%
B=36.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790850.3700.060.65170.9122.4528.82
Hex395A55250641ab161d
Octal7113212545061012532635
Binary1110011011010101010110010101101000001101010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A55; }

 p { color: rgb(57,90,85); }

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

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

 a { background-color: rgb(57,90,85); }

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

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

 span { border-color: rgb(57,90,85); }

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