Html Css Color HEX #395872 Matisse

📋 copy color: '#395872'

red 57 ◦ green 88 ◦ blue 114

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

Shades of Matisse #395872

Tints of Matisse #395872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 22.01%
G = 33.98%
B = 44.02%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395872 (or 0x395872) is known color: Matisse. HEX triplet: 39, 58 and 72. RGB value is (57,88,114). Sum of RGB (Red+Green+Blue) = 57+88+114=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #395872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395872 is #C6A78D. Grayscale: #515151. Windows color (decimal): -13019022 or 7493689. OLE color: 7493689.

HSL color Cylindrical-coordinate representation of color #395872: hue angle of 207.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395872 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 88 114 -
CMYK 0.50 0.23 0 0.55
HSL 207.37º 0.33% 0.34% -
HSV(B) 207.37º 0.5% 0.45% -
XYZ 8.21 9.06 17.24 -
YUV 81.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 57 88 114 0.50 0.23 0 0.55 207.37 0.33 0.34
Hex 39 58 72 32 17 0 37 CF 21 22
Octal 71 130 162 62 27 0 67 317 41 42
Binary 111001 1011000 1110010 110010 10111 0 110111 11001111 100001 100010

Color Harmonies of #395872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395872

Black with #395872

Text Example


Text Example

White with #395872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395872; }

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

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

background-color css

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

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

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

border-color css

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

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

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