#395C69

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

Shades of Blumine #395C69

Tints of Blumine #395C69

Color information

#395C69 (or 0x395C69) is unknown color: approx Blumine. HEX triplet: 39, 5C and 69. RGB value is (57,92,105). Sum of RGB (Red+Green+Blue) = 57+92+105=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #395C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C69 is #C6A396. Grayscale: #525252. Windows color (decimal): -13018007 or 6904889. OLE color: 6904889.

HSL color Cylindrical-coordinate representation of color #395C69: hue angle of 196.25º 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 #395C69 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5792105-
CMYK0.460.1200.59
HSL196.25º29.63%31.76%-
HSV(B)196.25º45.71%41.18%-
XYZ8.069.5414.78-
YUV83.02140.4109.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=22.44%
G=36.22%
B=41.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57921050.460.1200.59196.2529.6331.76
Hex395C692EC03Bc41e20
Octal7113415156140733043640
Binary11100110111001101001101110110001110111100010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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