#395C7B

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

Shades of Matisse #395C7B

Tints of Matisse #395C7B

Color information

#395C7B (or 0x395C7B) is unknown color: approx Matisse. HEX triplet: 39, 5C and 7B. RGB value is (57,92,123). Sum of RGB (Red+Green+Blue) = 57+92+123=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #395C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C7B is #C6A384. Grayscale: #545454. Windows color (decimal): -13017989 or 8084537. OLE color: 8084537.

HSL color Cylindrical-coordinate representation of color #395C7B: hue angle of 208.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #395C7B is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5792123-
CMYK0.540.2500.52
HSL208.18º36.67%35.29%-
HSV(B)208.18º53.66%48.24%-
XYZ9.099.9520.18-
YUV85.07149.4107.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=20.96%
G=33.82%
B=45.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57921230.540.2500.52208.1836.6735.29
Hex395C7B3619034d02523
Octal7113417366310643204543
Binary1110011011100111101111011011001011010011010000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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