#395C70

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

Shades of Blumine #395C70

Tints of Blumine #395C70

Color information

#395C70 (or 0x395C70) is unknown color: approx Blumine. HEX triplet: 39, 5C and 70. RGB value is (57,92,112). Sum of RGB (Red+Green+Blue) = 57+92+112=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #395C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C70 is #C6A38F. Grayscale: #535353. Windows color (decimal): -13018000 or 7363641. OLE color: 7363641.

HSL color Cylindrical-coordinate representation of color #395C70: hue angle of 201.82º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #395C70 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5792112-
CMYK0.490.1800.56
HSL201.82º32.54%33.14%-
HSV(B)201.82º49.11%43.92%-
XYZ8.449.6916.76-
YUV83.82143.9108.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=21.84%
G=35.25%
B=42.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57921120.490.1800.56201.8232.5433.14
Hex395C703112038ca2121
Octal7113416061220703124141
Binary1110011011100111000011000110010011100011001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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