Html Css Color HEX #3A566E Matisse

📋 copy color: '#3A566E'

red 58 ◦ green 86 ◦ blue 110

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

Shades of Matisse #3A566E

Tints of Matisse #3A566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 22.83%
G = 33.86%
B = 43.31%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A566E (or 0x3A566E) is known color: Matisse. HEX triplet: 3A, 56 and 6E. RGB value is (58,86,110). Sum of RGB (Red+Green+Blue) = 58+86+110=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A566E is #C5A991. Grayscale: #505050. Windows color (decimal): -12954002 or 7231034. OLE color: 7231034.

HSL color Cylindrical-coordinate representation of color #3A566E: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A566E is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 86 110 -
CMYK 0.47 0.22 0 0.57
HSL 207.69º 0.31% 0.33% -
HSV(B) 207.69º 0.47% 0.43% -
XYZ 7.89 8.68 16.01 -
YUV 80.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 58 86 110 0.47 0.22 0 0.57 207.69 0.31 0.33
Hex 3A 56 6E 2F 16 0 39 D0 1F 21
Octal 72 126 156 57 26 0 71 320 37 41
Binary 111010 1010110 1101110 101111 10110 0 111001 11010000 11111 100001

Color Harmonies of #3A566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A566E

Black with #3A566E

Text Example


Text Example

White with #3A566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,86,110); }

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

background-color css

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

 a { background-color: rgb(58,86,110); }

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

border-color css

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

 span { border-color: rgb(58,86,110); }

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