Html Css Color HEX #3A5470 Matisse

📋 copy color: '#3A5470'

red 58 ◦ green 84 ◦ blue 112

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

Shades of Matisse #3A5470

Tints of Matisse #3A5470

RGB

 RED value IS 58 (23.05% from 255) = 22.83%

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

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 22.83%
G = 33.07%
B = 44.09%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A5470 (or 0x3A5470) is known color: Matisse. HEX triplet: 3A, 54 and 70. RGB value is (58,84,112). Sum of RGB (Red+Green+Blue) = 58+84+112=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5470 is #C5AB8F. Grayscale: #4F4F4F. Windows color (decimal): -12954512 or 7361594. OLE color: 7361594.

HSL color Cylindrical-coordinate representation of color #3A5470: hue angle of 211.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5470 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 84 112 -
CMYK 0.48 0.25 0 0.56
HSL 211.11º 0.32% 0.33% -
HSV(B) 211.11º 0.48% 0.44% -
XYZ 7.84 8.41 16.54 -
YUV 79.42 146.39 112.72 -
System Red Green Blue C M Y K H S L
Decimal 58 84 112 0.48 0.25 0 0.56 211.11 0.32 0.33
Hex 3A 54 70 30 19 0 38 D3 20 21
Octal 72 124 160 60 31 0 70 323 40 41
Binary 111010 1010100 1110000 110000 11001 0 111000 11010011 100000 100001

Color Harmonies of #3A5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5470

Black with #3A5470

Text Example


Text Example

White with #3A5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5470; }

 p { color: rgb(58,84,112); }

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

background-color css

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

 a { background-color: rgb(58,84,112); }

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

border-color css

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

 span { border-color: rgb(58,84,112); }

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