Html Css Color HEX #395E88 Matisse

📋 copy color: '#395E88'

red 57 ◦ green 94 ◦ blue 136

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

Shades of Matisse #395E88

Tints of Matisse #395E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 136 (53.52% from 255) = 47.39%

R = 19.86%
G = 32.75%
B = 47.39%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395E88 (or 0x395E88) is known color: Matisse. HEX triplet: 39, 5E and 88. RGB value is (57,94,136). Sum of RGB (Red+Green+Blue) = 57+94+136=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #395E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395E88 is #C6A177. Grayscale: #575757. Windows color (decimal): -13017464 or 8937017. OLE color: 8937017.

HSL color Cylindrical-coordinate representation of color #395E88: hue angle of 211.9º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395E88 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 94 136 -
CMYK 0.58 0.31 0 0.47
HSL 211.9º 0.41% 0.38% -
HSV(B) 211.9º 0.58% 0.53% -
XYZ 10.13 10.65 24.81 -
YUV 87.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 57 94 136 0.58 0.31 0 0.47 211.9 0.41 0.38
Hex 39 5E 88 3A 1F 0 2F D4 29 26
Octal 71 136 210 72 37 0 57 324 51 46
Binary 111001 1011110 10001000 111010 11111 0 101111 11010100 101001 100110

Color Harmonies of #395E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395E88

Black with #395E88

Text Example


Text Example

White with #395E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,94,136); }

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

background-color css

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

 a { background-color: rgb(57,94,136); }

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

border-color css

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

 span { border-color: rgb(57,94,136); }

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