Html Css Color HEX #3A647F Matisse

📋 copy color: '#3A647F'

red 58 ◦ green 100 ◦ blue 127

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

Shades of Matisse #3A647F

Tints of Matisse #3A647F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 127 (50% from 255) = 44.56%

R = 20.35%
G = 35.09%
B = 44.56%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A647F (or 0x3A647F) is known color: Matisse. HEX triplet: 3A, 64 and 7F. RGB value is (58,100,127). Sum of RGB (Red+Green+Blue) = 58+100+127=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A647F is #C59B80. Grayscale: #5A5A5A. Windows color (decimal): -12950401 or 8348730. OLE color: 8348730.

HSL color Cylindrical-coordinate representation of color #3A647F: hue angle of 203.48º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A647F is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 100 127 -
CMYK 0.54 0.21 0 0.50
HSL 203.48º 0.37% 0.36% -
HSV(B) 203.48º 0.54% 0.5% -
XYZ 10.13 11.55 21.77 -
YUV 90.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 58 100 127 0.54 0.21 0 0.50 203.48 0.37 0.36
Hex 3A 64 7F 36 15 0 32 CB 25 24
Octal 72 144 177 66 25 0 62 313 45 44
Binary 111010 1100100 1111111 110110 10101 0 110010 11001011 100101 100100

Color Harmonies of #3A647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A647F

Black with #3A647F

Text Example


Text Example

White with #3A647F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,100,127); }

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

background-color css

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

 a { background-color: rgb(58,100,127); }

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

border-color css

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

 span { border-color: rgb(58,100,127); }

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