#395F69

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

Shades of Blumine #395F69

Tints of Blumine #395F69

Color information

#395F69 (or 0x395F69) is unknown color: approx Blumine. HEX triplet: 39, 5F and 69. RGB value is (57,95,105). Sum of RGB (Red+Green+Blue) = 57+95+105=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #395F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395F69 is #C6A096. Grayscale: #545454. Windows color (decimal): -13017239 or 6905657. OLE color: 6905657.

HSL color Cylindrical-coordinate representation of color #395F69: hue angle of 192.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #395F69 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5795105-
CMYK0.460.1000.59
HSL192.5º29.63%31.76%-
HSV(B)192.5º45.71%41.18%-
XYZ8.3310.0714.87-
YUV84.78139.41108.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=22.18%
G=36.96%
B=40.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57951050.460.1000.59192.529.6331.76
Hex395F692EA03Bc01e20
Octal7113715156120733003640
Binary11100110111111101001101110101001110111100000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,105); }

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

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

 a { background-color: rgb(57,95,105); }

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

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

 span { border-color: rgb(57,95,105); }

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