Html Css Color HEX #395A81 Matisse

📋 copy color: '#395A81'

red 57 ◦ green 90 ◦ blue 129

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

Shades of Matisse #395A81

Tints of Matisse #395A81

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 20.65%
G = 32.61%
B = 46.74%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395A81 (or 0x395A81) is known color: Matisse. HEX triplet: 39, 5A and 81. RGB value is (57,90,129). Sum of RGB (Red+Green+Blue) = 57+90+129=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #395A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A81 is #C6A57E. Grayscale: #545454. Windows color (decimal): -13018495 or 8477241. OLE color: 8477241.

HSL color Cylindrical-coordinate representation of color #395A81: hue angle of 212.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395A81 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 90 129 -
CMYK 0.56 0.30 0 0.49
HSL 212.5º 0.39% 0.36% -
HSV(B) 212.5º 0.56% 0.51% -
XYZ 9.31 9.77 22.16 -
YUV 84.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 57 90 129 0.56 0.30 0 0.49 212.5 0.39 0.36
Hex 39 5A 81 38 1E 0 31 D4 27 24
Octal 71 132 201 70 36 0 61 324 47 44
Binary 111001 1011010 10000001 111000 11110 0 110001 11010100 100111 100100

Color Harmonies of #395A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A81

Black with #395A81

Text Example


Text Example

White with #395A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,129); }

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

background-color css

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

 a { background-color: rgb(57,90,129); }

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

border-color css

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

 span { border-color: rgb(57,90,129); }

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