Html Css Color HEX #395875 Matisse

📋 copy color: '#395875'

red 57 ◦ green 88 ◦ blue 117

#395875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #395875

Tints of Matisse #395875

RGB

 RED value IS 57 (22.66% from 255) = 21.76%

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 21.76%
G = 33.59%
B = 44.66%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395875 (or 0x395875) is known color: Matisse. HEX triplet: 39, 58 and 75. RGB value is (57,88,117). Sum of RGB (Red+Green+Blue) = 57+88+117=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #395875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395875 is #C6A78A. Grayscale: #515151. Windows color (decimal): -13019019 or 7690297. OLE color: 7690297.

HSL color Cylindrical-coordinate representation of color #395875: hue angle of 209º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #395875 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 88 117 -
CMYK 0.51 0.25 0 0.54
HSL 209º 0.34% 0.34% -
HSV(B) 209º 0.51% 0.46% -
XYZ 8.39 9.13 18.15 -
YUV 82.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 57 88 117 0.51 0.25 0 0.54 209 0.34 0.34
Hex 39 58 75 33 19 0 36 D1 22 22
Octal 71 130 165 63 31 0 66 321 42 42
Binary 111001 1011000 1110101 110011 11001 0 110110 11010001 100010 100010

Color Harmonies of #395875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395875

Black with #395875

Text Example


Text Example

White with #395875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395875; }

 p { color: rgb(57,88,117); }

 H1.HeaderClassName
 {
   color: #395875;
 }
 .AnyTagClassName
 {
   color: #395875;
 }
</style>

background-color css

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

 a { background-color: rgb(57,88,117); }

 div.DivClassName
 {
   background-color: #395875;
 }
 .BgClassName
 {
   background-color: #395875;
 }
</style>

border-color css

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

 span { border-color: rgb(57,88,117); }

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