Html Css Color HEX #395473 Matisse

📋 copy color: '#395473'

red 57 ◦ green 84 ◦ blue 115

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

Shades of Matisse #395473

Tints of Matisse #395473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 22.27%
G = 32.81%
B = 44.92%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395473 (or 0x395473) is known color: Matisse. HEX triplet: 39, 54 and 73. RGB value is (57,84,115). Sum of RGB (Red+Green+Blue) = 57+84+115=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #395473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395473 is #C6AB8C. Grayscale: #4F4F4F. Windows color (decimal): -13020045 or 7558201. OLE color: 7558201.

HSL color Cylindrical-coordinate representation of color #395473: hue angle of 212.07º degrees, saturation: 0.34, 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 #395473 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 84 115 -
CMYK 0.50 0.27 0 0.55
HSL 212.07º 0.34% 0.34% -
HSV(B) 212.07º 0.5% 0.45% -
XYZ 7.95 8.45 17.43 -
YUV 79.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 57 84 115 0.50 0.27 0 0.55 212.07 0.34 0.34
Hex 39 54 73 32 1B 0 37 D4 22 22
Octal 71 124 163 62 33 0 67 324 42 42
Binary 111001 1010100 1110011 110010 11011 0 110111 11010100 100010 100010

Color Harmonies of #395473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395473

Black with #395473

Text Example


Text Example

White with #395473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395473; }

 p { color: rgb(57,84,115); }

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

background-color css

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

 a { background-color: rgb(57,84,115); }

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

border-color css

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

 span { border-color: rgb(57,84,115); }

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