Html Css Color HEX #395A79 Matisse

📋 copy color: '#395A79'

red 57 ◦ green 90 ◦ blue 121

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

Shades of Matisse #395A79

Tints of Matisse #395A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 21.27%
G = 33.58%
B = 45.15%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395A79 (or 0x395A79) is known color: Matisse. HEX triplet: 39, 5A and 79. RGB value is (57,90,121). Sum of RGB (Red+Green+Blue) = 57+90+121=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #395A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395A79 is #C6A586. Grayscale: #535353. Windows color (decimal): -13018503 or 7952953. OLE color: 7952953.

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

Color convert

RGB 57 90 121 -
CMYK 0.53 0.26 0 0.53
HSL 209.06º 0.36% 0.35% -
HSV(B) 209.06º 0.53% 0.47% -
XYZ 8.79 9.56 19.47 -
YUV 83.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 57 90 121 0.53 0.26 0 0.53 209.06 0.36 0.35
Hex 39 5A 79 35 1A 0 35 D1 24 23
Octal 71 132 171 65 32 0 65 321 44 43
Binary 111001 1011010 1111001 110101 11010 0 110101 11010001 100100 100011

Color Harmonies of #395A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395A79

Black with #395A79

Text Example


Text Example

White with #395A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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