Html Css Color HEX #395B7A Matisse

📋 copy color: '#395B7A'

red 57 ◦ green 91 ◦ blue 122

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

Shades of Matisse #395B7A

Tints of Matisse #395B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.7%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 21.11%
G = 33.7%
B = 45.19%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#395B7A (or 0x395B7A) is known color: Matisse. HEX triplet: 39, 5B and 7A. RGB value is (57,91,122). Sum of RGB (Red+Green+Blue) = 57+91+122=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #395B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B7A is #C6A485. Grayscale: #545454. Windows color (decimal): -13018246 or 8018745. OLE color: 8018745.

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

Color convert

RGB 57 91 122 -
CMYK 0.53 0.25 0 0.52
HSL 208.62º 0.36% 0.35% -
HSV(B) 208.62º 0.53% 0.48% -
XYZ 8.94 9.76 19.82 -
YUV 84.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 57 91 122 0.53 0.25 0 0.52 208.62 0.36 0.35
Hex 39 5B 7A 35 19 0 34 D1 24 23
Octal 71 133 172 65 31 0 64 321 44 43
Binary 111001 1011011 1111010 110101 11001 0 110100 11010001 100100 100011

Color Harmonies of #395B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395B7A

Black with #395B7A

Text Example


Text Example

White with #395B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,91,122); }

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

background-color css

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

 a { background-color: rgb(57,91,122); }

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

border-color css

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

 span { border-color: rgb(57,91,122); }

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